@writergate/react-quill-scroll-fix
v1.0.2
Published
A module for Quill rich text editor to allow images to be uploaded to a server instead of being base64 encoded that supports NextJS
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'
