Skip to content

Commit 05fd5c9

Browse files
flangpaodb
authored andcommitted
refactor: remove commented line
1 parent 9b713b2 commit 05fd5c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/resources/META-INF/frontend/fcGridHelper/grid-flow-radio-selection-column.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class GridFlowRadioSelectionColumn extends GridRadioSelectionColumnBaseMixin(Gri
7272
super.connectedCallback();
7373
if (this._grid) {
7474
this._grid.addEventListener('active-item-changed', this.__boundOnActiveItemChanged);
75-
// this._grid.__deselectDisallowed = true;
7675
}
7776
}
7877

0 commit comments

Comments
 (0)