Various improvements

This commit is contained in:
Isaac
2024-06-07 16:07:36 +04:00
parent a2dfe5c75d
commit 53fe1718e9
3 changed files with 10 additions and 5 deletions

View File

@@ -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)