remove old todo
This commit is contained in:
@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user