Fix context menu add
This commit is contained in:
parent
4745c4a42d
commit
f298e60929
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue