plugin-comment
plugin-comment copied to clipboard
markers for existing threads are not shown anymore (API change?)
For an existing thread no marker with the comment count is shown anymore. However, if I click on the [+] marker on the paragraph, the existing thread is shown.
I tried to debug this a bit, and it seems the API response for threads has changed: The field thread.comments does not exist anymore, which bindSection() iterates over (depicted unminified below).

I have the same issue on my project. Do u find ways to solve it?