Skip to content

Commit

Permalink
Add TODO about spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Oct 21, 2024
1 parent b089830 commit d5cc035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apple/MarkdownTextStorageDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ - (void)textStorage:(NSTextStorage *)textStorage didProcessEditing:(NSTextStorag
[_markdownUtils applyFormatting:textStorage withDefaultTextAttributes:_textView.defaultTextAttributes];

// TODO: fix cursor position when adding newline after a blockquote (probably not here though)
// TODO: fix spellcheck not working for any of previous words when component value is controlled and contains bold (probably not here though)
}

@end

0 comments on commit d5cc035

Please sign in to comment.