diff --git a/apple/MarkdownTextStorageDelegate.mm b/apple/MarkdownTextStorageDelegate.mm index 475c8dab..3f78be6b 100644 --- a/apple/MarkdownTextStorageDelegate.mm +++ b/apple/MarkdownTextStorageDelegate.mm @@ -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