diff --git a/frontend/src/lib/components/AnnotationEditOverlay.svelte b/frontend/src/lib/components/AnnotationEditOverlay.svelte index baf9afaa..367a9e7a 100644 --- a/frontend/src/lib/components/AnnotationEditOverlay.svelte +++ b/frontend/src/lib/components/AnnotationEditOverlay.svelte @@ -190,7 +190,8 @@ async function handlePointerUp(event: PointerEvent): Promise { width: liveWidth, height: liveHeight }); - } catch { + } catch (err) { + console.error('annotation drag update failed', err); liveX = ds.preDragX; liveY = ds.preDragY; liveWidth = ds.preDragWidth;