Fixed copying of emotes with '< >' symbols.
This commit is contained in:
@@ -99,6 +99,7 @@ void ImageLayoutElement::addCopyTextToString(QString &str, int from,
|
||||
if (emoteElement)
|
||||
{
|
||||
str += emoteElement->getEmote()->getCopyString();
|
||||
str.replace("<", "<").replace(">", ">");
|
||||
if (this->hasTrailingSpace())
|
||||
{
|
||||
str += " ";
|
||||
|
||||
Reference in New Issue
Block a user