Handle UDAs for editing; Fix layout; Add annotations
This commit is contained in:
@ -52,9 +52,9 @@ func prevArea() tea.Cmd {
|
||||
}
|
||||
}
|
||||
|
||||
type changeAreaMsg area
|
||||
type changeAreaMsg int
|
||||
|
||||
func changeArea(a area) tea.Cmd {
|
||||
func changeArea(a int) tea.Cmd {
|
||||
return func() tea.Msg {
|
||||
return changeAreaMsg(a)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user