Browse Source

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

Vanessa 2 năm trước cách đây
mục cha
commit
adf193ed32
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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();
     }
 };