feat(annotations): resize and move annotations in document view #235

Merged
marcel merged 25 commits from feat/issue-233-annotation-resize-move into main 2026-04-14 14:55:28 +02:00
Showing only changes of commit 76828a95e3 - Show all commits

View File

@@ -190,7 +190,8 @@ async function handlePointerUp(event: PointerEvent): Promise<void> {
width: liveWidth,
height: liveHeight
});
} catch {
} catch (err) {
console.error('annotation drag update failed', err);
liveX = ds.preDragX;
liveY = ds.preDragY;
liveWidth = ds.preDragWidth;