mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -166,6 +166,9 @@ public class ChatMessageTextBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
|
||||
cancelParentGestures(view: self.view)
|
||||
|
||||
var mappedLocation: CGPoint?
|
||||
if let location {
|
||||
mappedLocation = self.textNode.textNode.layer.convert(location, to: self.layer)
|
||||
|
||||
Reference in New Issue
Block a user