mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
Merged typescript changes
This commit is contained in:
@@ -248,12 +248,10 @@ export const draw = function (text, id, _version, diag) {
|
||||
dir = 'LR';
|
||||
}
|
||||
|
||||
const conf = getConfig().state;
|
||||
const { securityLevel, state: conf } = getConfig();
|
||||
const nodeSpacing = conf.nodeSpacing || 50;
|
||||
const rankSpacing = conf.rankSpacing || 50;
|
||||
|
||||
const securityLevel = getConfig().securityLevel;
|
||||
|
||||
log.info(diag.db.getRootDocV2());
|
||||
diag.db.extract(diag.db.getRootDocV2());
|
||||
log.info(diag.db.getRootDocV2());
|
||||
|
Reference in New Issue
Block a user