mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): Prevent face editor from closing when dismissing tag confirmation (#28900)
This commit is contained in:
parent
a7b5f81701
commit
7d198956a6
1 changed files with 1 additions and 1 deletions
|
|
@ -329,9 +329,9 @@
|
|||
|
||||
await assetViewerManager.setAssetId(assetId);
|
||||
faceManager.clear();
|
||||
onClose();
|
||||
} catch (error) {
|
||||
handleError(error, 'Error tagging face');
|
||||
} finally {
|
||||
onClose();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue