diff --git a/packages/fleather/lib/src/widgets/editor.dart b/packages/fleather/lib/src/widgets/editor.dart index 46075092..3b2d36be 100644 --- a/packages/fleather/lib/src/widgets/editor.dart +++ b/packages/fleather/lib/src/widgets/editor.dart @@ -457,6 +457,7 @@ class _FleatherEditorState extends State scrollable: widget.scrollable, padding: widget.padding, autofocus: widget.autofocus, + autocorrect: widget.autocorrect, showCursor: widget.showCursor, readOnly: widget.readOnly, enableInteractiveSelection: widget.enableInteractiveSelection,