mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
fix: pressing Space causes lists to scroll (#1551)
This commit is contained in:
parent
13ffdcc648
commit
ef001ba654
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ const togglePlayback = (e: KeyboardEvent) => {
|
|||
return true
|
||||
}
|
||||
|
||||
e.preventDefault()
|
||||
playbackService.toggle()
|
||||
|
||||
return false
|
||||
|
|
Loading…
Add table
Reference in a new issue