Skip to content

1393 fix show less bugginess

Hannes Heine requested to merge pr1476head into pr1476base

Created by: Tirokk

mattwr18 Authored by mattwr18 Merged


🍰 Pullrequest

Issues

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

Merge request reports