Skip to content

Small improvements and bug fixes

Latest
Compare
Choose a tag to compare
@levchenkod levchenkod released this 17 Feb 13:38
· 3 commits to master since this release

Improvements:

  • New Editor constructor. You can use it to focus, get or set editor value, like:
var Twemoji = new TwemojiInput(document.querySelector('textarea'));

Twemoji.Editor.value('Custom value ✌️');
  • 2x smiley icon. So it looks better on screens with big PPI, like retina.

Bug fixes:

  • Emojis now placed at correct caret position
  • Fixed custom scroll bugs