mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 01:29:04 +03:00
fix(web): favoriting assets opened via GalleryViewer (#26350)
fix(web): favoriting assets through GalleryViewer
This commit is contained in:
@@ -398,7 +398,7 @@
|
|||||||
|
|
||||||
const onAssetUpdate = (update: AssetResponseDto) => {
|
const onAssetUpdate = (update: AssetResponseDto) => {
|
||||||
if (asset.id === update.id) {
|
if (asset.id === update.id) {
|
||||||
cursor.current = update;
|
cursor = { ...cursor, current: update };
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user