singerdmx / flutter-quill

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

fix custom recognizer builder not being passed to editabletextblock #2143

Closed jezell closed 3 months ago

jezell commented 3 months ago

Description

Fixes an issue where customRecognizerBuilder is not being passed to EditableTextBlock, preventing customRecognizers from being usable in some places like inside checkbox lists.

Suggestions