Explorar o código

:art: fix https://github.com/siyuan-note/siyuan/issues/7896

Vanessa %!s(int64=2) %!d(string=hai) anos
pai
achega
adf193ed32
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/src/mobile/util/touch.ts

+ 2 - 0
app/src/mobile/util/touch.ts

@@ -232,6 +232,8 @@ export const handleTouchMove = (event: TouchEvent) => {
             document.getElementById("menu").style.right = -windowWidth + xDiff + "px";
             transformMask((windowWidth - xDiff) / windowWidth);
         }
+        activeBlur();
+        hideKeyboardToolbar();
     }
 };