Skip to content Skip to sidebar Skip to footer

Quill Scrolls To Top On Webkit Based Browsers Like Chrome, After Pasting Content Larger Than Certain Height

This was my main question here I am trying to replicate the auto-grow example on their playground I tried to add a scrolling container, and set heights for elements but You can als

Solution 1:

The scroll to top problem with large amount of text cannot even be solved by the Autogrow example in quill.

After some trial and errors, the upcoming 2.0.0 can solve it perfectly.

As of 22-May-2021, the latest version is 2.0.0-dev.4

yarn add quill@2.0.0-dev.4// or
npm install quill@2.0.0-dev.4

The codesandbox example for demostration:

https://codesandbox.io/s/importing-sass-in-vue-forked-cp8jn?file=/src/components/HelloWorld.vue

Post a Comment for "Quill Scrolls To Top On Webkit Based Browsers Like Chrome, After Pasting Content Larger Than Certain Height"