contentco / quill-emoji

Quill module toolbar extension for emoji
275 stars 165 forks source link

Disable focus auto-scroll when emojis are added in text #138

Open remi-kr opened 3 years ago

remi-kr commented 3 years ago

Hello,

I would like disable focus auto-scroll when emojis are added to text.

Is it possible to add an option to disable auto scroll ?

I think the solution for this is to add "Silent" source param in quill.setSelection() call : https://github.com/contentco/quill-emoji/blob/master/src/module-toolbar-emoji.js#L191

Thank you.