fix: Concurrent rendering issue

This commit is contained in:
Sidharth Vinod
2023-02-24 20:07:50 +05:30
parent ce5a1e7423
commit 91e0b22c9a

View File

@@ -95,7 +95,7 @@ const contentLoadedApi = async function () {
divs[i] = div;
}
const defaultE2eCnf = { theme: 'forest' };
const defaultE2eCnf = { theme: 'forest', startOnLoad: false };
const cnf = merge(defaultE2eCnf, graphObj.mermaid);