This commit is contained in:
Felix Roos
2025-11-27 21:29:37 +01:00
parent 7fcb5262b8
commit 3c4ba667c8
@@ -62,9 +62,6 @@ export function SoundsTab() {
const trigRef = useRef();
const numRef = useRef(0);
// Used to cycle through sound previews on banks with multiple sounds
let soundPreviewIdx = 0;
// stop current sound on mouseup
useEvent('mouseup', () => {
const ref = trigRef.current;