mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix slow render of new item modal in Todo
This commit is contained in:
parent
075402315e
commit
0b59a3b62f
@ -144,6 +144,10 @@ func (widget *Widget) newItem() {
|
||||
|
||||
widget.addButtons(form, saveFctn)
|
||||
widget.modalFocus(form)
|
||||
|
||||
widget.app.QueueUpdate(func() {
|
||||
widget.app.Draw()
|
||||
})
|
||||
}
|
||||
|
||||
// persist writes the todo list to Yaml file
|
||||
|
Loading…
x
Reference in New Issue
Block a user