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 fc5830e + b15a126 commit ce07004Copy full SHA for ce07004
1 file changed
src/toolbarActions/toolbarFunctions.js
@@ -90,7 +90,7 @@ async function saveGraphMLFile(state) {
90
await stream.write(getGraphFun(state).saveToFolder());
91
await stream.close();
92
toast.success('File saved Successfully');
93
- } else if (graph.fileHandle === null) {
+ } else if (!graph.fileHandle) {
94
getGraphFun(state).saveWithoutFileHandle();
95
} else {
96
toast.info('Switch to Edge/Chrome!');
0 commit comments