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

The task text disappear when drag to bottom (kanban view) #651

Open hien-ngo29 opened 8 months ago

hien-ngo29 commented 8 months ago

Steps to reproduce:

  1. Create only 1 task in text edit view.
  2. Switch to kanban view and drag the task that has just been created to bottom.

What will happen:

The text on the task will disappear mysteriously.

What should have happened:

The task should be like before we have just dragged.

Note that if we switch to text edit view and then switch again to kanban view, everything will look normal again (see the video)

Video:

https://github.com/nuttyartist/notes/assets/98635550/b24311b1-0ad4-4a4c-bc9b-937e1ba76985

nuttyartist commented 8 months ago

Thanks for reporting! I dunno how I missed that, maybe because it only fails with one task. I'll look into this for the next version.