mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various Fixes
This commit is contained in:
@@ -84,6 +84,9 @@ final class ActionSheetItemGroupsContainerNode: ASDisplayNode {
|
||||
}
|
||||
|
||||
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
|
||||
guard self.isUserInteractionEnabled else {
|
||||
return nil
|
||||
}
|
||||
for groupNode in self.groupNodes {
|
||||
if groupNode.frame.contains(point) {
|
||||
return groupNode.hitTest(self.convert(point, to: groupNode), with: event)
|
||||
|
||||
Reference in New Issue
Block a user