TF-2940 Add spell check for identity text input

This commit is contained in:
dab246
2024-07-24 09:21:02 +07:00
committed by Dat H. Pham
parent 94cee27e40
commit b4db2f8521
@@ -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(