diff --git a/src/lib/components/FileViewer.svelte b/src/lib/components/FileViewer.svelte index 5cd0f88..159cc03 100644 --- a/src/lib/components/FileViewer.svelte +++ b/src/lib/components/FileViewer.svelte @@ -405,6 +405,7 @@ ]}
openCloudContextMenu(event, id)} draggable="true" ondragstart={(event) => startCloudDrag(event, { kind: dragKind, id: dragId })} @@ -618,6 +619,7 @@