mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 00:02:18 +02:00
add support for full playlist re-order (#1327)
This commit is contained in:
@@ -24,8 +24,6 @@ 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