fix(tui): prevent unmatched skill completion from queuing

This commit is contained in:
chengyongru
2026-08-25 23:11:24 +08:00
committed by chengyongru
parent b218d3e7f8
commit c83ed041ea
2 changed files with 38 additions and 0 deletions
+2
View File
@@ -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()