We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bc19e commit cae8348Copy full SHA for cae8348
kolibri/plugins/document_pdf_render/assets/src/views/pageComponent.vue
@@ -83,6 +83,7 @@
83
if (typeof newVal === 'number' && typeof oldVal === 'number' && newVal !== oldVal) {
84
// Change values are numeric, so we should assume it is a change in scale
85
this.cancelRender();
86
+ this.setPageDimensions();
87
}
88
if (this.pdfPage && this.active) {
89
if (!this.renderTask && !this.rendered) {
0 commit comments