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
As a test, I removed the call to redraw() and the newly drawn annotations then failed to display. Therefore it appears that the redraw() call is necessary.
The text was updated successfully, but these errors were encountered:
When the viewer is zoomed in or out, adding an annotation or redaction resets the zoom to the default size.
This happens because DV.Api.addAnnotation calls redraw(), which in turn calls this.viewer.helpers.autoZoomPage().
document-viewer/public/javascripts/DV/controllers/api.js
Line 209 in 069256e
As a test, I removed the call to redraw() and the newly drawn annotations then failed to display. Therefore it appears that the redraw() call is necessary.
The text was updated successfully, but these errors were encountered: