Various Fixes

This commit is contained in:
Ilya Laktyushin
2021-08-26 14:20:18 +03:00
parent 8bc5041653
commit 995eb527c7
5 changed files with 6 additions and 6 deletions

View File

@@ -418,7 +418,7 @@ class ChatMessageActionBubbleContentNode: ChatMessageBubbleContentNode {
return .openMessage
}
if let backgroundNode = self.backgroundNode, backgroundNode.frame.contains(point.offsetBy(dx: 0.0, dy: -10.0)) {
if let backgroundNode = self.backgroundNode, backgroundNode.frame.contains(point) {
return .openMessage
} else {
return .none