Browse Source

修改移动端移动 缩放问题

haojianlong 5 years ago
parent
commit
791e7dd498
1 changed files with 1 additions and 0 deletions
  1. 1 0
      saga-web-draw/src/SCanvasView.ts

+ 1 - 0
saga-web-draw/src/SCanvasView.ts

@@ -337,6 +337,7 @@ export class SCanvasView extends SObject {
         if (touches.length == 2) {
         if (touches.length == 2) {
             this.viewZoom(event);
             this.viewZoom(event);
         }
         }
+        this.update();
     } // Function onTouchMove()
     } // Function onTouchMove()
 
 
     /**
     /**