fix: 🐛 Fix Wrong Truncation Of Hashtags In Admin List Via Adding 'truncateStr'
Created by: Tirokk
🍰 Pullrequest
Fix wrong truncation of hashtags in admin list via adding ‚truncatestr‘.
- The further used 'truncate' function uses 'trunc-html' which does not function correctly in this case. @mogge guessed that 'trunc-html‘ does not truncate in the middle of words, but whole words. This can't be correct here!
Issues
- fixes #4253 (closed)
Todo
-
None