Merge remote-tracking branch 'origin/main' into glossing/sounds-tab-preview

This commit is contained in:
Felix Roos 2025-11-27 21:14:22 +01:00
commit 7fcb5262b8
No known key found for this signature in database

View file

@ -146,7 +146,6 @@ export function SoundsTab() {
trigRef.current = ref; trigRef.current = ref;
if (ref?.node) { if (ref?.node) {
connectToDestination(ref.node); connectToDestination(ref.node);
// soundPreviewIdx++;
break; break;
} }
} catch (err) { } catch (err) {