refactor(web): remove reactivity triggers (#14164)

This commit is contained in:
Michel Heusschen 2024-11-15 23:28:28 +01:00 committed by GitHub
parent caf6c0996d
commit 64a7baec8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 3 additions and 33 deletions

View file

@ -112,7 +112,6 @@
assets.findIndex((a) => a.id === action.asset.id),
1,
);
assets = assets;
if (assets.length === 0) {
await goto(AppRoute.PHOTOS);
} else if (currentViewAssetIndex === assets.length) {