fix(editor): Tasks are now marked as dirty when clicked.

This commit is contained in:
Feror 2026-06-01 10:57:08 +02:00
parent 941fcd5d56
commit d2578494e3

View file

@ -508,6 +508,7 @@ private struct NativeMarkdownTextView: NSViewRepresentable {
parent.onTextEdit(textView.string, edit, selection) parent.onTextEdit(textView.string, edit, selection)
parent.selection = selection parent.selection = selection
pendingEdit = previousPendingEdit pendingEdit = previousPendingEdit
invalidateStylingCache()
applyHybridAttributes(to: textView) applyHybridAttributes(to: textView)
if wasFirstResponder { if wasFirstResponder {