diff --git a/modules/web/src/components/ToolBar.vue b/modules/web/src/components/ToolBar.vue index cb11c8a97..f1b968a07 100644 --- a/modules/web/src/components/ToolBar.vue +++ b/modules/web/src/components/ToolBar.vue @@ -273,6 +273,8 @@ const saveHotKeys = () => { }; const bindHotKeys = () => { + // hotkeys默认过滤INPUT SELECT TEXTAREA + hotkeys.filter = () => true; buttons.value.forEach(({ hotKeys, action }) => { if (hotKeys.length == 0) return; hotkeys(hotKeys.join("+"), (event) => {