mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Revert "Merge pull request #1162 from maicki/controlnode-init-optimization"
This reverts commit35a4b268d6, reversing changes made to4201df5f31.
This commit is contained in:
@@ -104,6 +104,8 @@ static NSArray *DefaultLinkAttributeNames = @[ NSLinkAttributeName ];
|
||||
_shadowOpacity = [super shadowOpacity];
|
||||
_shadowRadius = [super shadowRadius];
|
||||
|
||||
// Disable user interaction for text node by default.
|
||||
self.userInteractionEnabled = NO;
|
||||
self.needsDisplayOnBoundsChange = YES;
|
||||
|
||||
_truncationMode = NSLineBreakByWordWrapping;
|
||||
|
||||
Reference in New Issue
Block a user