singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 840 forks source link

Handle null child query #2151

Closed jezell closed 3 months ago

jezell commented 3 months ago

Description

Fixes null reference errors when collecting styles if ChildQuery has a null node.

Related Issues

Type of Change

Suggestions

EchoEllet commented 3 months ago

Thanks.