fix(web): Prevent face editor from closing when dismissing tag confirmation (#28900)

This commit is contained in:
Pedro Vieira
2026-06-10 11:31:52 +01:00
committed by GitHub
parent a7b5f81701
commit 7d198956a6
@@ -329,9 +329,9 @@
await assetViewerManager.setAssetId(assetId);
faceManager.clear();
onClose();
} catch (error) {
handleError(error, 'Error tagging face');
} finally {
onClose();
}
};