diff --git a/macOS/PostEditor/MacEditorTextView.swift b/macOS/PostEditor/MacEditorTextView.swift index 38281bb..96bacc9 100644 --- a/macOS/PostEditor/MacEditorTextView.swift +++ b/macOS/PostEditor/MacEditorTextView.swift @@ -157,6 +157,7 @@ final class CustomTextView: NSView { ) textView.minSize = NSSize(width: 0, height: contentSize.height) textView.textColor = NSColor.labelColor + textView.allowsUndo = true return textView }()