quill icon indicating copy to clipboard operation
quill copied to clipboard

how to get "scrollingContainer" in 2.x?

Open yzllee opened this issue 1 year ago • 0 comments

I have used "scrollingContainer" to do a lot of things in 1.x, but I can't get "scrollingContainer" in 2.x, so how can I get it?

eg:

const SCROLLTOP = this.quill.scrollingContainer.scrollTop;
const scrollingContainerHeight = this.quill.scrollingContainer.clientHeight;

yzllee avatar Aug 16 '24 05:08 yzllee