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.