mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
#3358 Putting the elements back in
This commit is contained in:
parent
a641fd51e8
commit
74a9e86e74
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user