Add a TODO

This commit is contained in:
Daniel Imms
2017-09-13 10:59:55 -07:00
parent cf32452917
commit ead45fe4d0
+1
View File
@@ -159,6 +159,7 @@ export class ForegroundRenderLayer extends BaseRenderLayer {
* @param char The character to search.
*/
private _isEmoji(char: string): boolean {
// TODO: We need a generic solution for handling characters like this
// Check special ambiguous width characters
if (char === '➜') {
return true;