From b5c0e119f0a5182d2be91f3909046d71b76c9a41 Mon Sep 17 00:00:00 2001 From: Tomek Zawadzki Date: Mon, 9 Dec 2024 12:47:44 +0100 Subject: [PATCH] Remove outdated TODO --- apple/MarkdownTextStorageDelegate.mm | 1 - 1 file changed, 1 deletion(-) 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) }