Explorar el Código

修改移动端移动 缩放问题

haojianlong hace 5 años
padre
commit
791e7dd498
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()
 
     /**