remove old todo
This commit is contained in:
parent
c183ab0f06
commit
0de246fcae
|
@ -94,7 +94,6 @@ const popStack = (stack: string, open: boolean) => {
|
|||
return ret;
|
||||
};
|
||||
|
||||
// TODO: handle grouped unicode emojis
|
||||
export const emojifyText = (str: string, customEmojis = {}) => {
|
||||
let buf = '';
|
||||
let stack = '';
|
||||
|
|
Loading…
Reference in New Issue