mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
📝
This commit is contained in:
parent
5f06c8c5de
commit
566b62b148
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue