small changes
This commit is contained in:
parent
4d9082c1d4
commit
332243d4c8
3 changed files with 11 additions and 19 deletions
|
|
@ -224,7 +224,6 @@ func (a appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||
a.app.Permissions.GrantPersistant(msg.Permission)
|
||||
case dialog.PermissionDeny:
|
||||
a.app.Permissions.Deny(msg.Permission)
|
||||
cmd = util.CmdHandler(chat.FocusEditorMsg(true))
|
||||
}
|
||||
a.showPermissions = false
|
||||
return a, cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue