fix(web): favoriting assets opened via GalleryViewer (#26350)

fix(web): favoriting assets through GalleryViewer
pull/26352/head
Michel Heusschen 2026-02-19 17:32:25 +01:00 committed by GitHub
parent 8b5fc3d8bc
commit 4f2e6e3f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@
const onAssetUpdate = (update: AssetResponseDto) => {
if (asset.id === update.id) {
cursor.current = update;
cursor = { ...cursor, current: update };
}
};