mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-18 09:59:46 +08:00
make ASEditableTextNode's textView clip to bounds
This commit is contained in:
@@ -124,7 +124,6 @@
|
||||
textView.opaque = NO;
|
||||
}
|
||||
textView.textContainerInset = self.textContainerInset;
|
||||
textView.clipsToBounds = NO; // We don't want selection handles cut off.
|
||||
};
|
||||
|
||||
// Create and configure the placeholder text view.
|
||||
|
||||
Reference in New Issue
Block a user