Browse Source

修改移动端移动 缩放问题

haojianlong 5 năm trước cách đây
mục cha
commit
791e7dd498
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {
             this.viewZoom(event);
         }
+        this.update();
     } // Function onTouchMove()
 
     /**