📱
This commit is contained in:
parent
e1569cf1ea
commit
11c5f14de6
1 changed files with 2 additions and 0 deletions
|
@ -280,11 +280,13 @@ export const initKeyboardToolbar = () => {
|
|||
y: 0
|
||||
});
|
||||
activeBlur();
|
||||
hideKeyboardToolbar();
|
||||
return;
|
||||
} else if (type === "block") {
|
||||
protyle.gutter.renderMenu(protyle, nodeElement);
|
||||
window.siyuan.menus.menu.fullscreen();
|
||||
activeBlur();
|
||||
hideKeyboardToolbar();
|
||||
return;
|
||||
} else if (type === "outdent") {
|
||||
listOutdent(protyle, [nodeElement.parentElement], range);
|
||||
|
|
Loading…
Add table
Reference in a new issue