cleanup
This commit is contained in:
parent
7fcb5262b8
commit
3c4ba667c8
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue