Skip to content

Commit

Permalink
Feat: Removing check not allowing spell check on web (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeserhtf authored Sep 20, 2024
1 parent 206f929 commit da3ed41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/editor/widgets/text/text_line.dart
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ class _TextLineState extends State<TextLine> {
!widget.readOnly &&
!widget.line.style.attributes.containsKey('code-block') &&
!widget.line.style.attributes.containsKey('placeholder') &&
!kIsWeb &&
!isPlaceholderLine) {
final service = SpellCheckerServiceProvider.instance;
final spellcheckedSpans = service.checkSpelling(textNode.value);
Expand Down

0 comments on commit da3ed41

Please sign in to comment.