mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix clear, clean up
This commit is contained in:
parent
f6d239d87c
commit
1327d58b23
3 changed files with 1 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue