mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-13 18:00:17 +00:00
make ASEditableTextNode's textView clip to bounds
This commit is contained in:
parent
7380296e27
commit
e4ca0e3ccf
@ -124,7 +124,6 @@
|
|||||||
textView.opaque = NO;
|
textView.opaque = NO;
|
||||||
}
|
}
|
||||||
textView.textContainerInset = self.textContainerInset;
|
textView.textContainerInset = self.textContainerInset;
|
||||||
textView.clipsToBounds = NO; // We don't want selection handles cut off.
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Create and configure the placeholder text view.
|
// Create and configure the placeholder text view.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user