🔥 移除 esc 快捷功能

This commit is contained in:
Minidoracat 2025-06-16 15:00:56 +08:00
parent 9a07a0dbab
commit 1c6e8856be

View File

@ -329,10 +329,7 @@
self.focusInput();
}
// Esc 取消
if (e.key === 'Escape') {
self.cancelFeedback();
}
// ESC 鍵功能已移除 - 避免意外清空用戶輸入的文字
});
// 設置設定管理器的事件監聽器