TF-2509: Enable spellcheck for composer on web

This commit is contained in:
HuyNguyen
2024-01-26 11:39:09 +07:00
committed by Dat H. Pham
parent 5f41cb2321
commit a754741218
@@ -93,6 +93,7 @@ class _WebEditorState extends State<WebEditorWidget> {
darkMode: false,
initialText: widget.content,
customBodyCssStyle: HtmlUtils.customCssStyleHtmlEditor(direction: widget.direction),
spellCheck: true,
),
htmlToolbarOptions: const HtmlToolbarOptions(
toolbarType: ToolbarType.hide,