[WIP] Editing

This commit is contained in:
Martin Pander
2024-05-23 16:01:25 +02:00
parent 7712711736
commit fe00170a5c
6 changed files with 133 additions and 24 deletions

View File

@ -102,7 +102,7 @@ func (p *ContextPickerPage) View() string {
func (p *ContextPickerPage) updateContextCmd() tea.Msg {
context := p.form.GetString("context")
if context == "(none)" {
context = "none"
context = ""
}
return UpdateContextMsg(p.common.TW.GetContext(context))
}