This commit is contained in:
Jan Prochazka
2022-08-27 20:11:20 +02:00
parent 6b5e33d97e
commit 650f9a3db9
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
}
for (const child of node.childNodes) {
if (child.isExpandable && child.isChecked) {
if (child.isExpandable && child.isCheckedNode) {
await loadLevelData(child, rows, counts);
// loadProps.push(child.getNodeLoadProps());
}