fixed rendering

This commit is contained in:
Austin Fulbright
2024-07-27 00:03:59 -04:00
parent 887e5803d8
commit 3168084cf5
3 changed files with 6 additions and 7 deletions

View File

@@ -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: {},
}));