diff --git a/AsyncDisplayKit/ASEditableTextNode.mm b/AsyncDisplayKit/ASEditableTextNode.mm index d8da46498b..13554d88e5 100644 --- a/AsyncDisplayKit/ASEditableTextNode.mm +++ b/AsyncDisplayKit/ASEditableTextNode.mm @@ -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.