diff --git a/apple/MarkdownTextStorageDelegate.mm b/apple/MarkdownTextStorageDelegate.mm index 2f2560ec..95f53d28 100644 --- a/apple/MarkdownTextStorageDelegate.mm +++ b/apple/MarkdownTextStorageDelegate.mm @@ -23,7 +23,6 @@ - (void)textStorage:(NSTextStorage *)textStorage didProcessEditing:(NSTextStorag [_markdownUtils applyMarkdownFormatting: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) }