1393 fix show less bugginess
Created by: Tirokk
Authored by mattwr18 Merged
🍰 Pullrequest
Issues
- fixes #1393 (closed)
this fixes the bug that the show more
link is shown when a @mention occurs for comments that are shorter than 180 characters...
at the moment, we were just checking if there is any difference between content and contentExcerpt, then showing the show more, but for some reason, there is always a difference between comments content longer or shorter than 180 characters
on my local development, the show less is still buggy, because it used the content-viewer
, which used the editor, but in production it seems to not be an issue.
Todo
-
None