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