react-quill-scroll-fix
v1.0.5
Published
Workaround for React Quill Scroll Comes to Top
Readme
Workaround for React Quill Scroll Comes to Top
Usage
# in your project root
yarn add react-quill-scroll-fix// in your app – import and register the module
import CustomClipboard from 'react-quill-scroll-fix'
Quill.register('modules/clipboard', CustomClipboard);Note: Setup scrollingContainer='html, body'
