Skip to content

Commit 541c345

Browse files
authored
Merge pull request #98 from Rahuljagwani/main
issue #97 fixed
2 parents 93829d9 + aedf7b5 commit 541c345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/toolbarActions/toolbarList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const toolbarList = (state, dispatcher) => [
113113
text: 'History',
114114
icon: FaHistory,
115115
action: viewHistory,
116-
active: true,
116+
active: state.curGraphInstance,
117117
visibility: true,
118118
},
119119
{ type: 'vsep' },

0 commit comments

Comments
 (0)