Fixes
This commit is contained in:
@ -210,8 +210,9 @@ func (p *TaskEditorPage) View() string {
|
||||
area = focusStyle.Render(p.areas[p.area].View())
|
||||
|
||||
}
|
||||
|
||||
return lipgloss.JoinHorizontal(
|
||||
lipgloss.Left,
|
||||
lipgloss.Center,
|
||||
picker,
|
||||
area,
|
||||
)
|
||||
@ -352,6 +353,9 @@ func NewAreaPicker(common *common.Common, items []string) *areaPicker {
|
||||
list := list.New(listItems, list.DefaultDelegate{}, 20, 50)
|
||||
list.SetFilteringEnabled(false)
|
||||
list.SetShowStatusBar(false)
|
||||
list.SetShowHelp(false)
|
||||
list.SetShowPagination(false)
|
||||
list.SetShowTitle(false)
|
||||
|
||||
return &areaPicker{
|
||||
common: common,
|
||||
|
||||
Reference in New Issue
Block a user