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