visual-space / visual-editor

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

[PR] Fixing `Null` errors on app startup and selecting text #241

Closed LuchoTurtle closed 7 months ago

LuchoTurtle commented 11 months ago

Hopefully closes #239

I'm not entirely sure if the change I've made in queryChild is correct, which is why I want to advise discretion before merging this.

I'm getting the error when the app starts and I tap on the editor to start typing. Because nodePos.node is null, it errors out. I could ignore this error but it makes it impossible to unit/integration test the app :\

Thanks!

adrian-moisa commented 7 months ago

Already fixed in separate commit