mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
Removed testing code
This commit is contained in:
parent
b8be396489
commit
33bf4aa8ad
@ -112,10 +112,10 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
m.ctx.Theme.PostsList.List.Focused.Height(listHeight)
|
||||
m.ctx.Theme.PostsList.List.Blurred.Height(listHeight)
|
||||
m.list.SetSize(
|
||||
listWidth-2+60,
|
||||
listWidth-2,
|
||||
listHeight-2,
|
||||
)
|
||||
msg.Width = listWidth + 60
|
||||
msg.Width = listWidth
|
||||
msg.Height = listHeight
|
||||
|
||||
case cmd.Command:
|
||||
|
Loading…
Reference in New Issue
Block a user