diff --git a/app/src/mobile/util/keyboardToolbar.ts b/app/src/mobile/util/keyboardToolbar.ts index f0fa9c33a..7804e5792 100644 --- a/app/src/mobile/util/keyboardToolbar.ts +++ b/app/src/mobile/util/keyboardToolbar.ts @@ -471,20 +471,18 @@ export const initKeyboardToolbar = () => { toolbarElement.innerHTML = `
- - - + - - + + - +
@@ -650,15 +648,6 @@ export const initKeyboardToolbar = () => { showKeyboardToolbarUtil(oldScrollTop); } return; - } else if (type === "more") { - protyle.breadcrumb.showMenu(protyle, { - x: 0, - y: 0, - isLeft: true - }); - activeBlur(); - hideKeyboardToolbar(); - return; } else if (type === "block") { protyle.gutter.renderMenu(protyle, nodeElement); window.siyuan.menus.menu.fullscreen();