mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-04 10:11:46 +03:00
fix(tui): prevent unmatched skill completion from queuing
This commit is contained in:
@@ -1627,6 +1627,8 @@ export class NanobotTui {
|
||||
this.skillMenu.hide()
|
||||
this.activeSkillQuery = null
|
||||
this.updateMeta()
|
||||
key.preventDefault()
|
||||
return
|
||||
}
|
||||
if (key.name === "escape") {
|
||||
this.skillMenu.hide()
|
||||
|
||||
Reference in New Issue
Block a user