handle $oid

This commit is contained in:
Jan Prochazka
2022-12-30 12:24:05 +01:00
parent 380ab2e69e
commit d407c72f78
5 changed files with 35 additions and 5 deletions

View File

@@ -106,6 +106,7 @@
});
}
} else if (!node.preloadedLevelData) {
// console.log('LOADED ROWS', rows);
let lastRowWithChildren = null;
for (const parentRow of parentRows) {
const childRows = rows.filter(row => node.matchChildRow(parentRow, row));