We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a7756 commit 924d86fCopy full SHA for 924d86f
Sources/CodeEditSourceEditor/Extensions/TextView+/TextView+TextFormation.swift
@@ -46,7 +46,7 @@ extension TextView: TextInterface {
46
textStorage.beginEditing()
47
48
layoutManager.willReplaceCharactersInRange(range: mutation.range, with: mutation.string)
49
-// _undoManager?.registerMutation(mutation)
+ _undoManager?.registerMutation(mutation)
50
textStorage.replaceCharacters(in: mutation.range, with: mutation.string)
51
selectionManager.didReplaceCharacters(
52
in: mutation.range,
0 commit comments