ngx-quill-paste

1.0.4 • Public • Published

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);

Package Sidebar

Install

npm i ngx-quill-paste

Weekly Downloads

18

Version

1.0.4

License

ISC

Unpacked Size

2.1 kB

Total Files

3

Last publish

Collaborators

  • virendrasinghpawar