1.0.1 • Published 5 years ago

quill-plain-text-paste v1.0.1

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

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