emoji-plugin useNativeArt breaks deleting emojis
See original GitHub issueIf we create an emoji-plugin with the useNativeArt
option, you can’t delete emojis after you have created them. To reproduce:
const emojiPlugin = createEmojiPlugin({
useNativeArt: true
});
- Add an emoji to your editor
- Delete (the cursor jumps to the beginning of the line)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to Disable Emojis in WordPress - Kinsta®
The first way to disable emojis is to simply use a free plugin called Disable Emojis, developed by Ryan Hellyer. disable emojis wordpress...
Read more >Emoji - DraftJS Plugins - High quality plugins with great UX
The beautiful Emoji art used in this plugin is provided by the Joy Pixels project. Personal or non-commercial use of the emojis do...
Read more >Everything You Need To Know About Emoji
The author turns up recent conflicting uses of both forms "emoji" and "emojis," even within the same national publications:.
Read more >Emojis and Accessibility: The Dos and Don'ts of Including ...
Five years ago I published a post here about how some people who are blind access a program called VoiceOver to use an...
Read more >Emoticons plugin | Docs - TinyMCE
The emoticons plugin provides an autocompleter for adding emoji without using the toolbar button or menu item. Adding a colon : , followed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@stevewillard fixed - https://github.com/draft-js-plugins/draft-js-plugins/pull/893
looking at it right now actually