Skip to content

Commit 98050e8

Browse files
committed
fix: Add stage initialization check in _onResize
1 parent 576f448 commit 98050e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/activity.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3142,6 +3142,9 @@ class Activity {
31423142
this.saveLocally();
31433143
}
31443144
}
3145+
if (!this.stage) {
3146+
return;
3147+
}
31453148

31463149
const $j = jQuery.noConflict();
31473150
let w = 0,

0 commit comments

Comments
 (0)