You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search something with the letters x or c in the song list
The currently playing song restarts or pauses
This is because of the event listener in src/renderer/src/lib/Keyboard.ts.
I tried adding e.stopImmediatePropagation() to the search input but that didn't fix it.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
x
orc
in the song listThis is because of the event listener in
src/renderer/src/lib/Keyboard.ts
.I tried adding
e.stopImmediatePropagation()
to the search input but that didn't fix it.The text was updated successfully, but these errors were encountered: