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 0e292ae commit 60cbbd8Copy full SHA for 60cbbd8
1 file changed
Aztec/Classes/TextKit/TextView.swift
@@ -1971,7 +1971,7 @@ private extension TextView {
1971
/// Removes all paragraph formatting from the typingAttributes and from the selected range.
1972
///
1973
private func removeParagraphFormatting() {
1974
- for formatter in paragraphFormatters {
+ for formatter in paragraphFormatters {
1975
typingAttributes = formatter.remove(from: typingAttributes)
1976
formatter.removeAttributes(from: storage, at: selectedRange)
1977
}
0 commit comments