update behaviour to not move to destination collection after collection ops

This commit is contained in:
Abhinav 2024-01-18 07:07:01 +05:30
parent b6c041b4aa
commit fd08561184

View file

@ -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({