visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
290 stars 46 forks source link

Controller - Low perf on large documents #102

Open adrian-moisa opened 2 years ago

adrian-moisa commented 2 years ago

The bigger a document becomes the slower the UI responds when applying edits. However the scroll remains quite responsive, which indicates that we are not doing the most efficient updates in the document.