fix(web): timeline regression 2 (#16982)

* fix(web): timeline renders nothing after archiving in asset viewer

* fix(web): timeline renders nothing after archiving in asset viewer

* fix: ensure geometry updated when performing bulk action on all

* fix: album assets selection
This commit is contained in:
Alex
2025-03-20 22:30:27 -05:00
committed by GitHub
parent dbc279f843
commit bcd9248b43
5 changed files with 10 additions and 6 deletions
@@ -1120,7 +1120,6 @@ export class AssetStore {
}
if (changedGeometry) {
changedBuckets.add(bucket);
break;
}
}
}