-
Hi everyone, I am trying to get the @annotorious/react + OpenSeadragon example to work (see this sandbox). You can create new annotations by dragging, and you can add a comment using the popup. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In your sandbox, you have |
Beta Was this translation helpful? Give feedback.
In your sandbox, you have
drawingEnabled
always set totrue
. This means Annotorious will always stay in drawing mode. You need to switch the drawing mode to false in order to be able to select existing annotations. (This way, you can create your own UX. E.g. enable drawing only when the user clicks a specific button or presses a specific key, disable drawing automatically after the annotation gets created etc.)