Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Dec 9, 2024
1 parent ebd9813 commit b5c0e11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apple/MarkdownTextStorageDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit b5c0e11

Please sign in to comment.