From 4debc2dffbf08fbc8755c5e6edda92f42993c418 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Sun, 6 Dec 2020 14:58:22 +0100 Subject: [PATCH] partial rollback on config factorization --- src/diagrams/flowchart/flowDb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/diagrams/flowchart/flowDb.js b/src/diagrams/flowchart/flowDb.js index 34e1fbb82..8709d737a 100644 --- a/src/diagrams/flowchart/flowDb.js +++ b/src/diagrams/flowchart/flowDb.js @@ -72,6 +72,7 @@ export const addVertex = function(_id, text, type, style, classes) { } vertexCounter++; if (typeof text !== 'undefined') { + config = configApi.getConfig(); txt = common.sanitizeText(text.trim(), config); // strip quotes if string starts and ends with a quote