fix: File cleanup
This commit is contained in:
@@ -48,9 +48,7 @@ export function useDragToSystemDesktop({ sshSessionId }: UseDragToSystemProps) {
|
||||
store.put({ handle: dirHandle }, "lastSaveDir");
|
||||
};
|
||||
}
|
||||
} catch {
|
||||
// Failed to save directory handle
|
||||
}
|
||||
} catch {}
|
||||
};
|
||||
|
||||
const isFileSystemAPISupported = () => {
|
||||
|
||||
Reference in New Issue
Block a user