From e4ca0e3ccf443bf37d31de7f3d87bd5d74ef89a7 Mon Sep 17 00:00:00 2001 From: Samuel Hsiung Date: Fri, 11 Dec 2015 18:53:10 -0800 Subject: [PATCH] make ASEditableTextNode's textView clip to bounds --- AsyncDisplayKit/ASEditableTextNode.mm | 1 - 1 file changed, 1 deletion(-) 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.