Skip to content

Commit

Permalink
Fix collapse dictionary not working (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 authored Dec 13, 2024
1 parent 0aa05e2 commit af2b5b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/js/display/element-overflow-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export class ElementOverflowController {
this._elements.length = 0;
this._eventListeners.removeAllEventListeners();
this._windowEventListeners.removeAllEventListeners();
this._dictionaries.clear();
}

// Private
Expand Down

0 comments on commit af2b5b1

Please sign in to comment.