Skip to content

Commit d6b7b99

Browse files
committed
issue #97 solved
1 parent a778f9d commit d6b7b99

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)