mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 19:54:17 +01:00
Merged typescript changes
This commit is contained in:
@@ -44,8 +44,9 @@ function drawActorLegend(diagram) {
|
||||
yPos += 20;
|
||||
});
|
||||
}
|
||||
// TODO: Cleanup?
|
||||
const conf = getConfig().journey;
|
||||
const LEFT_MARGIN = getConfig().journey.leftMargin;
|
||||
const LEFT_MARGIN = conf.leftMargin;
|
||||
export const draw = function (text, id, version, diagObj) {
|
||||
const conf = getConfig().journey;
|
||||
diagObj.db.clear();
|
||||
|
||||
Reference in New Issue
Block a user