TF-2509: Enable spellcheck for composer on web
This commit is contained in:
@@ -93,6 +93,7 @@ class _WebEditorState extends State<WebEditorWidget> {
|
|||||||
darkMode: false,
|
darkMode: false,
|
||||||
initialText: widget.content,
|
initialText: widget.content,
|
||||||
customBodyCssStyle: HtmlUtils.customCssStyleHtmlEditor(direction: widget.direction),
|
customBodyCssStyle: HtmlUtils.customCssStyleHtmlEditor(direction: widget.direction),
|
||||||
|
spellCheck: true,
|
||||||
),
|
),
|
||||||
htmlToolbarOptions: const HtmlToolbarOptions(
|
htmlToolbarOptions: const HtmlToolbarOptions(
|
||||||
toolbarType: ToolbarType.hide,
|
toolbarType: ToolbarType.hide,
|
||||||
|
|||||||
Reference in New Issue
Block a user