fix(editor): Tasks are now marked as dirty when clicked.
This commit is contained in:
parent
941fcd5d56
commit
d2578494e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue