#3358 Putting the elements back in

This commit is contained in:
Knut Sveidqvist 2023-10-15 22:55:29 +02:00
parent a641fd51e8
commit 74a9e86e74
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ export async function insertBlockPositioned(elem: any, block: any, db: any) {
// return;
// }
// Add the element to the DOM to size it
// const obj = db.getBlock(node.id);
// const nodeEl = await insertNode(elem, node);
const obj = db.getBlock(node.id);
const nodeEl = await insertNode(elem, node);
positionNode(node);
}