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 fe18fd0 commit 9292dc7Copy full SHA for 9292dc7
1 file changed
src/component/fileBrowser.jsx
@@ -23,8 +23,7 @@ const LocalFileBrowser = ({ superState, dispatcher }) => {
23
if ('showDirectoryPicker' in window) {
24
setDirButton(true);
25
}
26
- // Force fallback to webkitdirectory to allow custom popup flow
27
- setDirButton(false);
+
28
dispatcher({ type: T.SET_FILE_REF, payload: fileRef });
29
}, []);
30
0 commit comments