Skip to content

spacegangster/quill-plain-text-paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Workaround for Quill editor

Issue – on mobile Quill.js flickers when you paste.

See github issue : slab/quill#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

About

Plain text paste for Quill.js (fixes flickering)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published