]> cat aescling's git repositories - mastodon.git/commit
Fixed emoji detection problem to append border (#14020)
authorfuyu <54523771+mfmfuyu@users.noreply.github.com>
Wed, 10 Jun 2020 19:56:14 +0000 (04:56 +0900)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 19:56:14 +0000 (21:56 +0200)
commitb1484cf3ceebe1f1f083e4c06872493dc0a68511
tree7fed4845b4443836f0d2015bb92a89c1fe3ec9ab
parent91055f497f0cafa66b928fea717813114c4e8b99
Fixed emoji detection problem to append border (#14020)

* Fixed emoji detection problem to append border

* Add tests

* Add missing semicolon

* Fixed wrong result when includes different variation selector

* Add missing semicolon

* Remove grapheme-splitter and Change emoji list to array from string

* Update comment

* Remove spaces

Co-authored-by: ThibG <thib@sitedethib.com>
app/javascript/mastodon/features/emoji/__tests__/emoji-test.js
app/javascript/mastodon/features/emoji/emoji.js