1
0
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:
Chris Cummer 2019-05-10 08:40:42 -07:00
parent 075402315e
commit 0b59a3b62f

View File

@ -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