Allow QuillProvider to rebuild w/o exception

pull/1448/head
Mike Allen 2 years ago
parent 3a82930bbe
commit 2cc9ce04cc
  1. 2
      lib/src/widgets/utils/provider.dart

@ -18,7 +18,7 @@ class QuillProvider extends InheritedWidget {
@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) {
throw false;
return true;
}
static QuillProvider? of(BuildContext context) {

Loading…
Cancel
Save