Thanks for the report.
You are right - I found and fixed this bug while working on the new web app for sharing notes. This was due to the nested <label> HTML tags.
So, it will be automatically solved in the new version!
Thanks for letting me know! For some reason, this fix wasn’t included in the macOS build Maybe the webpack’s build cache or something. It will be landed in the beta-1!
With this markdown I can’t check the level 2 boxes in edit mode:
### TODO
* [x] very important information was here
* [ ] test
* [ ] → redirect zu Start
* [ ] new checkbox
* [ ] weder noch raus
* [ ] I deleted this text
Gotcha! I think I managed to fix it.
It was due to an invalid dependency for the useCallback in the checkbox component on the preview. That’s why it randomly happens.
I’ll let you know when the next beta build is out.
Yes, reproduced in some specific cases. For example, I’ve now pasted my text above and everything displays fine. But if I insert another empty line after the horizontal line, the bug is reproduced again.
Still can’t reproduce it.
When the issue happens, the line numbers of the task items should be wrong.
For example, a task item at line 6 should have the attribute line-start="6" in the preview:
With all plugins disabled, the same behavior. I also noticed this specific thing: if switch to another note without checkboxes and switch back, everything starts working correctly.