feat(annotations): resize and move annotations in document view #235
@@ -249,7 +249,7 @@ let hasLiveChanges = $derived(
|
|||||||
viewBox="0 0 {svgWidth} {svgHeight}"
|
viewBox="0 0 {svgWidth} {svgHeight}"
|
||||||
role="application"
|
role="application"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
aria-label="Annotation resize handles"
|
aria-label={m.annotation_resize_area()}
|
||||||
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; touch-action: none; overflow: visible; outline: none;"
|
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; touch-action: none; overflow: visible; outline: none;"
|
||||||
onpointermove={handlePointerMove}
|
onpointermove={handlePointerMove}
|
||||||
onpointerup={handlePointerUp}
|
onpointerup={handlePointerUp}
|
||||||
|
|||||||
Reference in New Issue
Block a user