pull/1774/head
Muhammed Rahif 1 year ago committed by GitHub
parent 4c6ee53618
commit 52d5664471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      flutter_quill_extensions/lib/flutter_quill_embeds.dart

@ -48,7 +48,7 @@ class FlutterQuillEmbeds {
}) { }) {
if (kIsWeb) { if (kIsWeb) {
throw UnsupportedError( throw UnsupportedError(
'The editorBuilders() is not for web, please use editorBuilders() ' 'The editorBuilders() is not for web, please use editorWebBuilders() '
'instead', 'instead',
); );
} }

Loading…
Cancel
Save