This commit is contained in:
Vanessa 2023-04-17 11:08:53 +08:00
parent 5f06c8c5de
commit 566b62b148
2 changed files with 2 additions and 2 deletions

View file

@ -1284,8 +1284,8 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
event.stopPropagation();
return true;
}
// toolbar action
// toolbar action
if (matchHotKey(window.siyuan.config.keymap.editor.insert.lastUsed.custom, event)) {
protyle.toolbar.range = range;
fontEvent(protyle);