mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-27 03:16:23 +00:00
Add exception for asterisk variant keycap
This commit is contained in:
parent
ab59f6bab5
commit
b9ee8a3a54
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
2/twemoji.min.js
vendored
2
2/twemoji.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -166,6 +166,9 @@ Queue([
|
||||
}, /^([0-9A-F]{4,}) FE0E;.+$/) // sensitive char
|
||||
;
|
||||
|
||||
// iOS keyboard allows U+002A U+FE0F U+20E3 even though not a standardized variant (yet?)
|
||||
q.variantsSensitive.push('002A');
|
||||
|
||||
console.log('[INFO] parsed ' + q.variantsSensitive.length + ' variant sensitive emoji.');
|
||||
q.next();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user