Fix some tslint errors
I really need to get it running in my editor!
This commit is contained in:
parent
bd88407b78
commit
fdc13d0af3
2 changed files with 2 additions and 2 deletions
|
@ -211,6 +211,6 @@ parent.emoji.signalReplace = (html: string): string => {
|
|||
return html.replace(
|
||||
/🔥/g,
|
||||
'<img src="node_modules/emoji-datasource-apple/img/apple/64/1f525.png"' +
|
||||
'class="emoji" data-codepoints="1f525" title=":fire:">'
|
||||
'class="emoji" data-codepoints="1f525" title=":fire:">',
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue