visual-space / visual-editor

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

Markers - Keep markers attachments visible when the markers are hidden #136

Closed adrian-moisa closed 9 months ago

adrian-moisa commented 2 years ago

Currently when using the _controller.toggleMarkers() method we also lose the ability to render the marker attachments. We would like to keep rendering the marker attachments while hiding the markers. This would be possible by skipping the draw call.

https://user-images.githubusercontent.com/11160141/200126430-ae945b53-6bb1-4de0-b9a5-c28bf0321a06.mov

Join on discord to get advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter apps.