mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-23 04:28:53 +00:00
Add tap gesture to animated sticker
This commit is contained in:
@@ -99,6 +99,7 @@ final class HorizontalStickerGridItemNode: GridItemNode {
|
||||
animationNode = AnimatedStickerNode()
|
||||
animationNode.transform = self.imageNode.transform
|
||||
animationNode.visibility = self.isVisibleInGrid
|
||||
animationNode.view.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(self.imageNodeTap(_:))))
|
||||
self.addSubnode(animationNode)
|
||||
self.animationNode = animationNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user