Skip to content

Commit

Permalink
Fix collapse dictionary not working (#1660)
Browse files Browse the repository at this point in the history
khaitruong922 authored Dec 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -117,7 +117,6 @@ export class ElementOverflowController {
this._elements.length = 0;
this._eventListeners.removeAllEventListeners();
this._windowEventListeners.removeAllEventListeners();
this._dictionaries.clear();
}

// Private

0 comments on commit af2b5b1

Please sign in to comment.