|
|
|
@ -404,9 +404,7 @@ class _TextLineState extends State<TextLine> { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// verify is node is not link because we never need check a link word |
|
|
|
|
// and avoid to show highlighting when is only reading |
|
|
|
|
if (!isLink && !widget.readOnly && !widget.line.style.attributes.containsKey('code-block')) { |
|
|
|
|
if (!isLink && !widget.readOnly && !widget.line.style.attributes.containsKey('code-block') && !kIsWeb) { |
|
|
|
|
final service = SpellcheckerServiceProvider.instance; |
|
|
|
|
final spellcheckedSpans = service.fetchSpellchecker(textNode.value); |
|
|
|
|
if (spellcheckedSpans != null && spellcheckedSpans.isNotEmpty) { |
|
|
|
|