Version 2.3.1
Maintenance release
- Adds CSS fixes to the style of the tag widget
- Bugfix: calling
.selectAnnotation
triggered twoselectAnnotation
events, when it should trigger any at all - fixed - Fixed a bug that caused coordinates to shift when annotating images on scrolled-down on touch devices
- Fixed various minor behavior bugs in touch mode
- Fixed a bug that caused polygons to close in touch mode after ~500ms of idleness, even if the finger wasn't on the screen (intended behavior is tap-and-hold for ~500ms) - issue #100
- Bugfix: when creating a new selection, attemptinga to modify the shape caused a 'cancel'. Newly created shapes can now be modified immediately
- Editor now (finally) auto-positions correctly when moving it outside the browser viewport
- When allowing empty annotations (
allowEmpty: true
config option), empty annotations get a delete button