fix mistakenly removed code
This commit is contained in:
parent
8a53a90ce4
commit
f9121fa1f2
1 changed files with 7 additions and 0 deletions
|
@ -591,6 +591,13 @@ export default function Gallery() {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// COLLECTION SECTION - show files in the active collection
|
||||
if (activeCollectionID === item.collectionID) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
})
|
||||
);
|
||||
if (search?.clip) {
|
||||
|
|
Loading…
Add table
Reference in a new issue