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.
1 parent 324bec6 commit acefa48Copy full SHA for acefa48
src/js/FileSystem.js
@@ -1,3 +1,4 @@
1
+import GUI from "./gui";
2
3
class FileSystem {
4
@@ -10,6 +11,7 @@ class FileSystem {
10
11
12
async pickSaveFile(suggestedName, description, extension) {
13
const fileHandle = await window.showSaveFilePicker({
14
+ id: GUI.active_tab,
15
suggestedName: suggestedName,
16
types: [{
17
description: description,
0 commit comments