We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f457f commit 03ac744Copy full SHA for 03ac744
1 file changed
Sources/CodeEditor/UXCodeTextView.swift
@@ -99,6 +99,11 @@ final class UXCodeTextView: UXTextView {
99
// MARK: - Actions
100
101
#if os(macOS)
102
+ override func changeColor(_ sender: Any?) {
103
+ // https://github.com/ZeeZide/CodeEditor/issues/12
104
+ // Reject user based color changes.
105
+ }
106
+
107
override func changeFont(_ sender: Any?) {
108
let coordinator = delegate as? UXCodeTextViewDelegate
109
0 commit comments