askbot-dragon 1.3.71 → 1.3.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -912,9 +912,9 @@ export default {
|
|
|
912
912
|
childDom.style.transformOrigin = "0px 0px 0px";
|
|
913
913
|
} else {
|
|
914
914
|
item.dom = null
|
|
915
|
-
|
|
915
|
+
that.startRenderPages(item.pdfPage, null, index)
|
|
916
916
|
}
|
|
917
|
-
}
|
|
917
|
+
})
|
|
918
918
|
}
|
|
919
919
|
})
|
|
920
920
|
// console.log(newScale);
|