TF-2940 Add spell check for identity text input
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user