quill-plain-text-paste
v1.0.1
Published
Workaround for Quill editor
Downloads
20
Readme
Workaround for Quill editor
Issue – on mobile Quill.js flickers when you paste.
See github issue : https://github.com/quilljs/quill/issues/1374
Solution by wonderful Thomas Dao
Usage
# in your project root
yarn add quill-plain-text-paste
// in your app – import and register the module
import PlainTextClipboard from 'quill-plain-text-paste'
Quill.register('modules/clipboard', PlainTextClipboard);
PS. you might want to add some UA detection and enable the code only for certain mobile devices