Reconnect drag audio after latest updates

This commit is contained in:
Andy Smith
2025-09-26 13:27:04 -05:00
parent c84c786116
commit 78f72cfbd9
8 changed files with 5 additions and 5 deletions
@@ -49,7 +49,6 @@ export default class extends Controller {
connect() {
this.instrumentIndex = 0
this.preloadedAudioFiles = []
document.addEventListener("keydown", this.handleKeyDown.bind(this));
}