luckyshot / twentyfive

TwentyFive is an HTML5 time tracking web app focused on speed and simplicity that encourages you to follow the Pomodoro Technique.
https://twentyfive.js.org/
MIT License
97 stars 19 forks source link

Save task when Enter is pressed in the description field #19

Closed Minoru closed 3 years ago

Minoru commented 5 years ago

I'm using the version currently deployed at https://twentyfive.js.org/

When the task is finished, I'm presented with an input box and a "Save task" button. When I type the description in the box, I expect I could save the task by pressing Enter, but when I do, nothing happens. I have to reach for the mouse and actually click the "Save task" button.

Please allow to save the task by pressing Enter while the cursor is in the description field.