mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Fixed shimmer animation on permission deny
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
e006e3355c
commit
028840517b
1 changed files with 5 additions and 0 deletions
|
|
@ -1289,6 +1289,11 @@ export namespace SessionPrompt {
|
|||
})
|
||||
continue
|
||||
}
|
||||
|
||||
// If permission was rejected and blocked, break out of processing loop
|
||||
if (blocked) {
|
||||
break
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
log.error("process", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue