浏览代码

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

Vanessa 2 年之前
父节点
当前提交
adf193ed32
共有 1 个文件被更改,包括 2 次插入0 次删除
  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();
     }
 };