Vanessa 2022-06-25 22:55:09 +08:00
parent 51d3d68981
commit 4b7c67a1cd
6 changed files with 130 additions and 106 deletions

View file

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