mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 21:09:50 +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[] = [];
|
||||
const links: Link[] = [];
|
||||
let rootBlock = { id: 'root', type: 'composite', children: [], columns: -1 } as Block;
|
||||
|
||||
const clear = (): void => {
|
||||
|
Reference in New Issue
Block a user