Skip to content

Commit

Permalink
refactor: remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
flang authored and paodb committed Feb 21, 2024
1 parent 9b713b2 commit 05fd5c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class GridFlowRadioSelectionColumn extends GridRadioSelectionColumnBaseMixin(Gri
super.connectedCallback();
if (this._grid) {
this._grid.addEventListener('active-item-changed', this.__boundOnActiveItemChanged);
// this._grid.__deselectDisallowed = true;
}
}

Expand Down

0 comments on commit 05fd5c9

Please sign in to comment.