mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
fix: permissions not responding to esc
This commit is contained in:
parent
272349b8da
commit
678ca757c9
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ export function Session() {
|
||||||
if (evt.name === "return") return "once"
|
if (evt.name === "return") return "once"
|
||||||
if (evt.name === "a") return "always"
|
if (evt.name === "a") return "always"
|
||||||
if (evt.name === "d") return "reject"
|
if (evt.name === "d") return "reject"
|
||||||
|
if (evt.name === "escape") return "reject"
|
||||||
return
|
return
|
||||||
})
|
})
|
||||||
if (response) {
|
if (response) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue