Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Dec 20, 2024
1 parent 82bfe58 commit b2fd248
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 @@ -139,7 +139,6 @@ export class ElementOverflowController {
*/
_onToggleButtonClick(e) {
const element = /** @type {Element} */ (e.currentTarget);

/** @type {(Element | null)[]} */
const collapsedElements = [
element.closest('.definition-item-inner'),
Expand Down

0 comments on commit b2fd248

Please sign in to comment.