Skip to content

Commit

Permalink
disposes helper in removeHelper() (#28614)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw authored Jun 10, 2024
1 parent 846825a commit 6255319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/js/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ Editor.prototype = {

var helper = this.helpers[ object.id ];
helper.parent.remove( helper );
helper.dispose();

delete this.helpers[ object.id ];

Expand Down

0 comments on commit 6255319

Please sign in to comment.