parent
03d0ea4366
commit
8b37a9889a
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ import { getCSSItemTypeIcon } from 'components/icons';
|
|||
}
|
||||
|
||||
set item(val) {
|
||||
if (this.tabType !== "library") {
|
||||
this.hidden = true;
|
||||
return;
|
||||
}
|
||||
if (val?.isRegularItem() && !val?.isFeedItem) {
|
||||
this.hidden = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue