Skip to content

Ensure input field is refocused after adding items

When adding new todos/tasks, make sure we re-focus the input field. We use a timer with a slight delay for this - this works around the reported bug and also should fix the issue that on mobiles the input gets closed constantly.

Closes #507 (closed)

Merge request reports