You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a mechanism for widget plugins to use built-in I18N features and register their own localized UI labels
New .clearAnnotations method that clears all text and relation annotations
The selectAnnotation event now provides the clicked SPAN element as second argument to the event handler function
Behavior
The editor now adjusts position when widgets are changing. This is to avoid mis-placement when the editor grows/shrinks
Draggable surfaces on the editor are now properly indicated with cursor move icon
Cosmetic tweak: in cases where the editor is pushed from its original position to remain in the view, the litte arrow now hides. This is to avoid the arrow pointing outside of the annotation.
Bugfixes
Existing annotations are now properly cleared when calling .setAnnotations (#50)