annotorious / annotorious-openseadragon

An OpenSeadragon plugin for annotating high-res zoomable images
https://annotorious.github.io
BSD 3-Clause "New" or "Revised" License
121 stars 43 forks source link

[update] fix an issue where clicking canvas in 'rect' drawing mode wi… #169

Closed rainyday321 closed 1 year ago

rainyday321 commented 1 year ago

…ll disable drawing

rsimon commented 1 year ago

Ouch - there is one problem with that PR after all. It now enforces "draw on single click" behavior all the time. I.e. drawing always starts when clicking once, not just when clicking and dragging, as the normal behavior should be.