update behaviour to not move to destination collection after collection ops
This commit is contained in:
parent
b6c041b4aa
commit
fd08561184
1 changed files with 0 additions and 1 deletions
|
@ -842,7 +842,6 @@ export default function Gallery() {
|
|||
if (isInHiddenSection && ops === COLLECTION_OPS_TYPE.UNHIDE) {
|
||||
exitHiddenSection();
|
||||
}
|
||||
setActiveCollectionID(collection.id);
|
||||
} catch (e) {
|
||||
logError(e, 'collection ops failed', { ops });
|
||||
setDialogMessage({
|
||||
|
|
Loading…
Add table
Reference in a new issue