From 1c6e8856be97244e423763da61597ad76e620fd7 Mon Sep 17 00:00:00 2001 From: Minidoracat Date: Mon, 16 Jun 2025 15:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E7=A7=BB=E9=99=A4=20esc=20?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mcp_feedback_enhanced/web/static/js/app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mcp_feedback_enhanced/web/static/js/app.js b/src/mcp_feedback_enhanced/web/static/js/app.js index 57e9b17..48b3ca5 100644 --- a/src/mcp_feedback_enhanced/web/static/js/app.js +++ b/src/mcp_feedback_enhanced/web/static/js/app.js @@ -329,10 +329,7 @@ self.focusInput(); } - // Esc 取消 - if (e.key === 'Escape') { - self.cancelFeedback(); - } + // ESC 鍵功能已移除 - 避免意外清空用戶輸入的文字 }); // 設置設定管理器的事件監聽器