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;
if (ref?.node) {
connectToDestination(ref.node);
// soundPreviewIdx++;
break;
}
} catch (err) {