mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +02:00
Update packages/mermaid/src/diagrams/block/blockDB.ts
Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
@@ -154,7 +154,6 @@ const populateBlockDatabase = (_blockList: (Block[] | Block[][]), parent: Block)
|
|||||||
};
|
};
|
||||||
|
|
||||||
let blocks: Block[] = [];
|
let blocks: Block[] = [];
|
||||||
const links: Link[] = [];
|
|
||||||
let rootBlock = { id: 'root', type: 'composite', children: [], columns: -1 } as Block;
|
let rootBlock = { id: 'root', type: 'composite', children: [], columns: -1 } as Block;
|
||||||
|
|
||||||
const clear = (): void => {
|
const clear = (): void => {
|
||||||
|
Reference in New Issue
Block a user