We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ddab2 commit 8800df9Copy full SHA for 8800df9
packages/devextreme/js/__internal/grids/tree_list/selection/m_selection.ts
@@ -260,6 +260,7 @@ const selection = (Base: ModuleType<SelectionController>) => class SelectionCont
260
private _updateSelectionStateCore(keys, isSelected) {
261
const dataController = this._dataController;
262
263
+ this._selectionStateByKey = {};
264
for (let i = 0; i < keys.length; i++) {
265
this._selectionStateByKey[keys[i]] = isSelected;
266
// @ts-expect-error
0 commit comments