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 1c7f802 + 1a03347 commit 02fb0c3Copy full SHA for 02fb0c3
1 file changed
src/toolbarActions/toolbarList.js
@@ -239,7 +239,7 @@ const toolbarList = (state, dispatcher) => [
239
{ fn: () => downloadImg(s, d, 'PNG'), name: 'PNG' },
240
],
241
visibility: true,
242
- active: true,
+ active: state.curGraphInstance,
243
},
244
{ type: 'vsep' },
245
];
0 commit comments