mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: prevent error of keys when opening large dir
This commit is contained in:
parent
6593bf6121
commit
f4630f0607
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ const mountExpandingIndicator = dispatch => node => dispatch(({ visibleNodes })
|
|||
dummyVisibleNodes.nodes.splice(
|
||||
dummyVisibleNodes.nodes.indexOf(node) + 1,
|
||||
0,
|
||||
{ virtual: true, name: 'Loading' },
|
||||
{ virtual: true, name: 'Loading', path: '-' },
|
||||
)
|
||||
return {
|
||||
visibleNodes: dummyVisibleNodes
|
||||
|
|
|
|||
Loading…
Reference in a new issue