Skip to content

Commit

Permalink
fix: Add stage initialization check in _onResize
Browse files Browse the repository at this point in the history
  • Loading branch information
BeNikk committed Jan 22, 2025
1 parent 576f448 commit 98050e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -3142,6 +3142,9 @@ class Activity {
this.saveLocally();
}
}
if (!this.stage) {
return;
}

const $j = jQuery.noConflict();
let w = 0,
Expand Down

0 comments on commit 98050e8

Please sign in to comment.