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
__zoomChanged(value) {
if (!this.__viewer || this.__loading) {
return;
}
// This logs error 'TextLayerBuilder._bindEvents: this.cancel() should have
// been called when the page was reset, or rendering cancelled.'
//
// There is a problem deep inside pdfjs viewer that causes an console.error()
// to be logged, but the component still works. It seems to be due to
// webcomponents/shadow dom messing with
// TODO: Fix the issue so that we get rid of the error in log
this.__viewer.currentScaleValue = value;
// Added Manualy
this.__viewer.forceRendering();
}
HI there,
trying to add a zoom button to make it work better.
``
``
The text was updated successfully, but these errors were encountered: