a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: context menu stopPropagation

+1 -1
+1 -1
src/lib/ContextMenu.svelte
··· 39 39 const top = $derived(y + h > window.innerHeight ? Math.max(0, y - h) : y); 40 40 41 41 function onKey(e: KeyboardEvent) { 42 + e.stopPropagation(); 42 43 const k = e.key; 43 44 if (k === "Escape") { 44 - e.stopPropagation(); 45 45 onclose(); 46 46 } else if (k === "ArrowDown") { 47 47 e.preventDefault();