mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-06 20:44:12 +01:00
fixed rendering
This commit is contained in:
@@ -35,7 +35,7 @@ const state = new ImperativeState<GitGraphState>(() => ({
|
||||
branchConfig: new Map([[mainBranchName, { name: mainBranchName, order: mainBranchOrder }]]),
|
||||
branches: new Map([[mainBranchName, null]]),
|
||||
currBranch: mainBranchName,
|
||||
direction: 'TB',
|
||||
direction: 'LR',
|
||||
seq: 0,
|
||||
options: {},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user