From f0b1748355a9971b64f9b5619a2bd41b6d1f4475 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Fri, 3 May 2024 13:21:10 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B8=ED=8A=B8=EC=9B=B9=20?= =?UTF-8?q?=EB=8B=A8=EC=B6=95=ED=82=A4=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/libs/fims/paintweb/paintweb.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js index c015153d..cf95bf34 100644 --- a/src/main/webapp/resources/libs/fims/paintweb/paintweb.js +++ b/src/main/webapp/resources/libs/fims/paintweb/paintweb.js @@ -875,9 +875,7 @@ function PaintWeb (win, doc) { // switching between tools and for accessing any other functionality of the // Web application. kbListener_ = new pwlib.dom.KeyboardEventListener(this.config.guiPlaceholder, - {keydown: this.ev_keyboard, - keypress: this.ev_keyboard, - keyup: this.ev_keyboard}); + {keypress: this.ev_keyboard}); this.updateCanvasScaling(); this.win.addEventListener('resize', this.updateCanvasScaling, false);