From 75f2f2266c8af0acf52cc9775c096c911407cc13 Mon Sep 17 00:00:00 2001 From: Yuan Date: Fri, 4 Aug 2023 17:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jlgraphic/plugins/KeyboardPlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jlgraphic/plugins/KeyboardPlugin.ts b/src/jlgraphic/plugins/KeyboardPlugin.ts index 31cd104..da562c1 100644 --- a/src/jlgraphic/plugins/KeyboardPlugin.ts +++ b/src/jlgraphic/plugins/KeyboardPlugin.ts @@ -84,7 +84,7 @@ export class JlGraphicAppKeyboardPlugin { // console.log('Mousedown Event', node.nodeName, node.nodeType, node.nodeValue) }; const keydownHandle = (e: KeyboardEvent) => { - console.debug(e.key, e.code, e.keyCode); + // console.debug(e.key, e.code, e.keyCode); if (target && target == this.app.dom.getElementsByTagName('canvas')[0]) { const listenerMap = this.getKeyListener(e); listenerMap?.forEach((listener) => {