From 30bfa0d7a8c7b4eddeb8b30fc52b10f381586e1d Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Wed, 22 Jul 2026 16:34:31 -0400 Subject: [PATCH] Add ARIA roles to drag/context-menu card wrappers --- src/lib/components/FileViewer.svelte | 5 +++++ 1 file changed, 5 insertions(+) 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 @@