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

Commit e4ca0e3

Browse files
committed
make ASEditableTextNode's textView clip to bounds
1 parent 7380296 commit e4ca0e3

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)