quill
quill copied to clipboard
Add support for virtual lists
When loading long documents with rich formatting, it feels like it takes a long time.
I noticed that some editors use virtual lists (DOM only renders the visible part of the document) to render long documents. If virtual scrolling is supported, document viewing will be more efficient.