Browse Source

:art: https://github.com/siyuan-note/siyuan/issues/12145

Vanessa 1 year ago
parent
commit
c8f2f9dab6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/mobile/util/initFramework.ts

+ 1 - 1
app/src/mobile/util/initFramework.ts

@@ -51,7 +51,7 @@ const openDockMenu = (app: App) => {
             });
             });
         });
         });
     });
     });
-    menu.fullscreen("bottom");
+    menu.fullscreen();
     if (menu.element.lastElementChild.innerHTML === "") {
     if (menu.element.lastElementChild.innerHTML === "") {
         showMessage(window.siyuan.languages._kernel[122]);
         showMessage(window.siyuan.languages._kernel[122]);
     }
     }