mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix context menu add
This commit is contained in:
@@ -272,7 +272,7 @@ export const AlbumArtistListContent = ({ gridRef, tableRef }: AlbumArtistListCon
|
|||||||
openContextMenu({
|
openContextMenu({
|
||||||
data: selectedRows,
|
data: selectedRows,
|
||||||
menuItems: ALBUM_CONTEXT_MENU_ITEMS,
|
menuItems: ALBUM_CONTEXT_MENU_ITEMS,
|
||||||
type: LibraryItem.ALBUM,
|
type: LibraryItem.ALBUM_ARTIST,
|
||||||
xPos: clickEvent.clientX,
|
xPos: clickEvent.clientX,
|
||||||
yPos: clickEvent.clientY,
|
yPos: clickEvent.clientY,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user