Skip to content

Commit fd3ee46

Browse files
committed
fixed late trigger
1 parent ce0ea35 commit fd3ee46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/weh-content.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Promise.all(readyPromises)
108108
uiName: weh.uiName
109109
});
110110
}).then(function () {
111+
appStarted = true;
111112
if(triggerRequested) {
112113
let result = triggerArgs;
113114
triggerArgs = undefined;

0 commit comments

Comments
 (0)