You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening the modal for a new item is relatively fast. Opening the modal to edit an existing item is very slow. Figure out what the difference between them is. They should be the same speed (and that should feel fast).
The text was updated successfully, but these errors were encountered:
Fixeswtfutil#876. The modal shown when editing todos was feeling slow to start
It required an additional hit of `Enter` to show the modal.
This commit fixes it by queueing a `Draw` update - so now the modal
feels fast to show.
Tests:
* ran `make test`
* tested locally with a todo list
What's broken?
Opening the modal for a new item is relatively fast. Opening the modal to edit an existing item is very slow. Figure out what the difference between them is. They should be the same speed (and that should feel fast).
The text was updated successfully, but these errors were encountered: