1.0.4 • Published 4 years ago

ngx-quill-paste v1.0.4

Weekly downloads
9
License
ISC
Repository
github
Last release
4 years ago

ngx-quill-paste

Workaround for Quill editor

Issue – in Quill.js flickers when you paste.

See github issue : https://github.com/quilljs/quill/issues/1374

Usage

# in your project root
npm install ngx-quill-paste --save
// in your app – import and register the module
import PasteClipboard from 'ngx-quill-paste'

Quill.register('modules/clipboard', PasteClipboard);