Explorar o código

Add demo english annotation.

杜府 %!s(int64=3) %!d(string=hai) anos
pai
achega
dcdeb16743
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      demo/src/main.js

+ 1 - 0
demo/src/main.js

@@ -33,6 +33,7 @@ document.body.addEventListener('touchstart', function () {
 });
 
 // 阻止双击放大
+// Prevent double click zoom
 document.addEventListener('touchstart', function (event) {
     if (event.touches.length > 1) {
         event.preventDefault();