Skip to content

Commit 33dfadf

Browse files
committed
By default notification should be on.
1 parent 35cf2f0 commit 33dfadf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Aztec/Classes/TextKit/TextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ open class TextView: UITextView {
176176

177177
/// If this is true the text view will notify is delegate and notification system when changes happen by calls to methods like setHTML
178178
///
179-
open var shouldNotifyOfNonUserChanges = false
179+
open var shouldNotifyOfNonUserChanges = true
180180

181181
// MARK: - Customizable Input VC
182182

0 commit comments

Comments
 (0)