askbot-dragon 1.3.69 → 1.3.70
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
|
@@ -887,7 +887,7 @@ export default {
|
|
|
887
887
|
// 记住使用的缩放值
|
|
888
888
|
that.displacement.scale = newScale;
|
|
889
889
|
// 图像应用缩放效果
|
|
890
|
-
|
|
890
|
+
that.pages.forEach(item =>{
|
|
891
891
|
if(item.dom) {
|
|
892
892
|
item.dom.children.forEach( childDom =>{
|
|
893
893
|
if(childDom.tagName == 'CANVNS') {
|