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

fix(web): favoriting assets through GalleryViewer
This commit is contained in:
Michel Heusschen
2026-02-19 17:32:25 +01:00
committed by GitHub
parent 8b5fc3d8bc
commit 4f2e6e3f15

View File

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