diff --git a/frontend/src/lib/components/HandwriteCanvas.svelte b/frontend/src/lib/components/HandwriteCanvas.svelte index 096e0a9..4326fd1 100644 --- a/frontend/src/lib/components/HandwriteCanvas.svelte +++ b/frontend/src/lib/components/HandwriteCanvas.svelte @@ -500,8 +500,12 @@ - -
+ +
{ if (inflight && e.pointerId === activePointerId) endStroke(e); }} + oncontextmenu={(e) => e.preventDefault()} class="block" - style="touch-action: none; cursor: {tool === 'eraser' ? 'cell' : 'crosshair'};" + style="touch-action: none; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; cursor: {tool === 'eraser' ? 'cell' : 'crosshair'};" > -
diff --git a/frontend/src/routes/study/write/[id]/+page.svelte b/frontend/src/routes/study/write/[id]/+page.svelte index 184f4a2..7ba8c4e 100644 --- a/frontend/src/routes/study/write/[id]/+page.svelte +++ b/frontend/src/routes/study/write/[id]/+page.svelte @@ -129,7 +129,7 @@ -
+