This commit is contained in:
Vanessa 2023-03-08 11:47:18 +08:00
parent e1569cf1ea
commit 11c5f14de6

View file

@ -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);