We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93829d9 + aedf7b5 commit 541c345Copy full SHA for 541c345
1 file changed
src/toolbarActions/toolbarList.js
@@ -113,7 +113,7 @@ const toolbarList = (state, dispatcher) => [
113
text: 'History',
114
icon: FaHistory,
115
action: viewHistory,
116
- active: true,
+ active: state.curGraphInstance,
117
visibility: true,
118
},
119
{ type: 'vsep' },
0 commit comments