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 ce07004 + 217495d commit c480aabCopy full SHA for c480aab
1 file changed
src/toolbarActions/toolbarList.js
@@ -231,7 +231,7 @@ const toolbarList = (state, dispatcher) => [
231
// visibility: true,
232
// },
233
{
234
- type: 'menu',
+ type: state.curGraphInstance ? 'menu' : 'action',
235
text: 'Export',
236
icon: FaDownload,
237
action: (s, d) => [
0 commit comments