Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit dd86352

Browse files
committed
fix: External scripts do not inject in strict time order
1 parent 79c85d4 commit dd86352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/run.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const loadScripts = async location => {
7373
return Promise.all(
7474
[...injections].map(src => {
7575
if (src) {
76-
injectScriptPromise(src)
76+
return injectScriptPromise(src)
7777
}
7878
})
7979
)

0 commit comments

Comments
 (0)