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 c5c8cfb commit 0eb3f12Copy full SHA for 0eb3f12
apps/desktop/src/OpenWithDialog.tsx
@@ -46,7 +46,7 @@ export default function OpenWithDialog({
46
if (onCloseProp) onCloseProp();
47
else closeDialog();
48
}, [closeDialog, onCloseProp]);
49
-
+
50
useEffect(() => {
51
if (!open) return undefined;
52
0 commit comments