mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
51d3d68981
commit
4b7c67a1cd
6 changed files with 130 additions and 106 deletions
|
|
@ -255,7 +255,7 @@ export const globalShortcut = () => {
|
|||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
if (!window.siyuan.config.readonly && matchHotKey(window.siyuan.config.keymap.general.history.custom, event)) {
|
||||
if (matchHotKey(window.siyuan.config.keymap.general.history.custom, event)) {
|
||||
openHistory();
|
||||
event.preventDefault();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue