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.
2 parents 960e4f7 + 1767c31 commit 6a39bfcCopy full SHA for 6a39bfc
1 file changed
Aztec/Classes/TextKit/TextView.swift
@@ -339,6 +339,14 @@ open class TextView: UITextView {
339
}
340
341
342
+ override open var textAlignment: NSTextAlignment {
343
+ didSet {
344
+ if (textAlignment != oldValue) {
345
+ recalculateTypingAttributes()
346
+ }
347
348
349
+
350
351
/// This property returns the Attributes associated to the Extra Line Fragment.
352
///
0 commit comments