don't exit hidden section after unhide operation
This commit is contained in:
parent
fd08561184
commit
669fb33b67
1 changed files with 0 additions and 3 deletions
|
@ -839,9 +839,6 @@ export default function Gallery() {
|
|||
|
||||
clearSelection();
|
||||
await syncWithRemote(false, true);
|
||||
if (isInHiddenSection && ops === COLLECTION_OPS_TYPE.UNHIDE) {
|
||||
exitHiddenSection();
|
||||
}
|
||||
} catch (e) {
|
||||
logError(e, 'collection ops failed', { ops });
|
||||
setDialogMessage({
|
||||
|
|
Loading…
Add table
Reference in a new issue