Skip to content

Commit 3255b36

Browse files
committed
fix: launch ordering, waitStop after start fireworks
1 parent ce7995e commit 3255b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fireworks-js/src/fireworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ export class Fireworks {
116116
}
117117

118118
if (!this.waitStopRaf) {
119-
this.waitStop()
120119
this.start()
120+
this.waitStop()
121121
}
122122
}
123123

0 commit comments

Comments
 (0)