Fix empty editor on load

This commit is contained in:
Sidharth Vinod
2021-01-26 17:10:47 +05:30
parent 0ab410ae6d
commit 39751eb17d
+2
View File
@@ -30,6 +30,8 @@
mermaid: {}, mermaid: {},
updateEditor: true, updateEditor: true,
}); });
} else {
loadFlowChart();
} }
let code = null; let code = null;