TheFabulousPika / steam-chatlog-to-text

A chrome extension that converts Steam webchat log to text format
2 stars 0 forks source link

Fix: /me emoticon #11

Closed TheFabulousPika closed 4 years ago

TheFabulousPika commented 4 years ago

/me emoticon is not converted

TheFabulousPika commented 4 years ago

Closing per expected behavior

else if (checkIfMe(thisMsgNode)){
cleanedMsgText = '/me ' + thisMsgNode.innerText;
}
TheFabulousPika commented 4 years ago

changed innerText to innerHTML