Fix spoiler clipping

This commit is contained in:
Ilya Laktyushin 2022-12-25 15:37:24 +04:00
parent 83efb85307
commit 3a8d9f6975

View File

@ -454,6 +454,7 @@ class SpoilerOverlayNode: ASDisplayNode {
super.init() super.init()
self.clipsToBounds = true
self.isUserInteractionEnabled = false self.isUserInteractionEnabled = false
self.addSubnode(self.blurNode) self.addSubnode(self.blurNode)