#5237 node text cut off

This commit is contained in:
Ashish Jain
2024-04-30 16:57:57 +02:00
parent 0c36248073
commit 703c25a6e2
2 changed files with 2 additions and 6 deletions

View File

@@ -78,11 +78,7 @@
<body>
<pre id="diagram" class="mermaid">
stateDiagram-v2
[*] --> First
state First {
[*] --> second
second --> [*]
}
stateId
</pre

View File

@@ -836,7 +836,7 @@ export const getData = () => {
extract(getRootDocV2());
const diagramStates = getStates();
const useRough = true;
const useRough = false;
dataFetcher(undefined, getRootDocV2(), diagramStates, nodes, edges, true, useRough);
return { nodes, edges, other: {} };