mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
Fix clear, clean up
This commit is contained in:
@@ -413,7 +413,6 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
|
||||
|
||||
if (ctx.dataNodes) {
|
||||
for (const node of ctx.dataNodes) {
|
||||
console.log('node.data.itemType :>> ', node.data.itemType);
|
||||
switch (node.data.itemType) {
|
||||
case LibraryItem.ALBUM:
|
||||
albumId.push(node.data.id);
|
||||
@@ -448,8 +447,6 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
|
||||
}
|
||||
}
|
||||
|
||||
console.log('genreId', genreId);
|
||||
|
||||
openContextModal({
|
||||
innerProps: {
|
||||
albumId: albumId.length > 0 ? albumId : undefined,
|
||||
|
||||
Reference in New Issue
Block a user