Skip to content

Commit

Permalink
bug: correctly show select all box for tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Sep 7, 2022
1 parent 9042d4e commit d1cc3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/data-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,8 @@ export default class DataManager {
if (item.tableData.markedForTreeRemove) rowDataArray.splice(i, 1);
}
};

traverseTreeAndDeleteMarked(this.treefiedData);
this.treefiedDataLength = this.treefiedData.length;
this.treefied = true;
}

Expand Down

0 comments on commit d1cc3a7

Please sign in to comment.