make ASEditableTextNode's textView clip to bounds

This commit is contained in:
Samuel Hsiung 2015-12-11 18:53:10 -08:00
parent 7380296e27
commit e4ca0e3ccf

View File

@ -124,7 +124,6 @@
textView.opaque = NO; textView.opaque = NO;
} }
textView.textContainerInset = self.textContainerInset; textView.textContainerInset = self.textContainerInset;
textView.clipsToBounds = NO; // We don't want selection handles cut off.
}; };
// Create and configure the placeholder text view. // Create and configure the placeholder text view.