nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

Editing a task does not apply when another task is being edited, need to press enter #621

Closed zjeffer closed 11 months ago

zjeffer commented 11 months ago

When editing a task, double clicking another task does not stop editing the first task. The user has to press enter every time.

Here's a video:

https://github.com/nuttyartist/notes/assets/4633209/4c3db561-cbe4-4411-bae7-c5c527c42c96

nuttyartist commented 11 months ago

Should be fixed now in #623.

EDIT: Thanks for reporting!