Skip to content

Commit

Permalink
TF-2940 Add spell check for identity text input
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 authored and hoangdat committed Sep 18, 2024
1 parent 94cee27 commit b4db2f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController>
darkMode: false,
initialText: initContent.isEmpty ? null : initContent,
disableDragAndDrop: true,
spellCheck: true,
customBodyCssStyle: HtmlUtils.customCssStyleHtmlEditor(direction: AppUtils.getCurrentDirection(context)),
),
htmlToolbarOptions: const html_editor_browser.HtmlToolbarOptions(
Expand Down

0 comments on commit b4db2f8

Please sign in to comment.