visual-space / visual-editor

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

Editor - Multiple editors, Text is inserted in the wrong editor instance #85

Closed adrian-moisa closed 2 years ago

adrian-moisa commented 2 years ago

In the dual editor demo page, if we enter text in the second editor, the insertion happens in the first editor.

https://user-images.githubusercontent.com/11160141/180649718-25ceba24-d2fd-48fe-986a-ed9268f352ef.mov

adrian-moisa commented 2 years ago

Well, after looking closely at this issue I figured out that actually the issue was with the demo itself. I was using the same focusNode in 2 editors.

image