mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
Merge pull request #1044 from Der-Penz/development
fix song getting added twice to queue when using tab navigation in command palette
This commit is contained in:
@@ -37,6 +37,7 @@ export const LibraryCommandItem = ({
|
||||
const handlePlay = useCallback(
|
||||
(e: SyntheticEvent, id: string, playType: Play) => {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
handlePlayQueueAdd?.({
|
||||
byItemType: {
|
||||
id: [id],
|
||||
|
||||
Reference in New Issue
Block a user