Skip to content

Commit

Permalink
Pass autocorrect flag
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbengtsson committed May 30, 2024
1 parent 966a9d6 commit 5d81904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fleather/lib/src/widgets/editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ class _FleatherEditorState extends State<FleatherEditor>
scrollable: widget.scrollable,
padding: widget.padding,
autofocus: widget.autofocus,
autocorrect: widget.autocorrect,
showCursor: widget.showCursor,
readOnly: widget.readOnly,
enableInteractiveSelection: widget.enableInteractiveSelection,
Expand Down

0 comments on commit 5d81904

Please sign in to comment.