Limiting the interaction between the mermaid diagram and Mermaid to the diagramAPI

This commit is contained in:
Knut Sveidqvist
2022-09-12 08:51:52 +02:00
parent 213309f5e2
commit 9e5e7b31e9
4 changed files with 16 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
/** Created by knut on 15-01-14. */
import { sanitizeText, getConfig } from '../../diagram-api/diagramAPI';
import { log as _log } from '../../logger';
import { sanitizeText, getConfig, log as _log } from '../../diagram-api/diagramAPI';
let nodes = [];
let cnt = 0;