From 2cb7100453f30aeb333c9cfe09d7673fdf9122b5 Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Sun, 21 May 2023 21:52:07 +0800 Subject: [PATCH] =?UTF-8?q?web=E5=BF=AB=E6=8D=B7=E9=94=AE=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E9=BB=98=E8=AE=A4=E8=BF=87=E6=BB=A4INPUT=20SELECT=20T?= =?UTF-8?q?EXTAREA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/web/src/components/ToolBar.vue | 2 ++ 1 file changed, 2 insertions(+) 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) => {