mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix spoiler clipping
This commit is contained in:
parent
83efb85307
commit
3a8d9f6975
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user