fix: permissions not responding to esc

This commit is contained in:
Aiden Cline
2025-11-04 16:08:31 -06:00
parent 9c2c86c52f
commit 7eda7b9eaa
@@ -120,6 +120,7 @@ export function Session() {
if (evt.name === "return") return "once"
if (evt.name === "a") return "always"
if (evt.name === "d") return "reject"
if (evt.name === "escape") return "reject"
return
})
if (response) {