mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 02:22:26 +08:00
🔥 移除 esc 快捷功能
This commit is contained in:
parent
9a07a0dbab
commit
1c6e8856be
@ -329,10 +329,7 @@
|
|||||||
self.focusInput();
|
self.focusInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Esc 取消
|
// ESC 鍵功能已移除 - 避免意外清空用戶輸入的文字
|
||||||
if (e.key === 'Escape') {
|
|
||||||
self.cancelFeedback();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// 設置設定管理器的事件監聽器
|
// 設置設定管理器的事件監聽器
|
||||||
|
Loading…
x
Reference in New Issue
Block a user