Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 0cc229d

Browse files
committed
Merge pull request #935 from samhsiung/clip_yes
Re-enable clipsToBounds on ASEditableTextNode's textView to fix iOS 9 style overflowing
2 parents 7380296 + e4ca0e3 commit 0cc229d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

AsyncDisplayKit/ASEditableTextNode.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ - (void)didLoad
124124
textView.opaque = NO;
125125
}
126126
textView.textContainerInset = self.textContainerInset;
127-
textView.clipsToBounds = NO; // We don't want selection handles cut off.
128127
};
129128

130129
// Create and configure the placeholder text view.

0 commit comments

Comments
 (0)