mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 09:54:18 +02:00
fix playlist song list context menu showing remove item
This commit is contained in:
@@ -24,6 +24,8 @@ export const PlaylistSongContextMenu = ({ items, type }: PlaylistSongContextMenu
|
||||
return { ids };
|
||||
}, [items]);
|
||||
|
||||
console.log('items', items, ids);
|
||||
|
||||
return (
|
||||
<ContextMenu.Content
|
||||
bottomStickyContent={<ContextMenuPreview items={items} itemType={type} />}
|
||||
|
||||
Reference in New Issue
Block a user