mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various fixes
This commit is contained in:
@@ -1768,7 +1768,7 @@ final class ChatMessageInteractiveFileNode: ASDisplayNode {
|
||||
guard let strongSelf = self, let item = strongSelf.arguments else {
|
||||
return
|
||||
}
|
||||
item.controllerInteraction.performTextSelectionAction(item.message.stableId, text, action)
|
||||
item.controllerInteraction.performTextSelectionAction(true, text, action)
|
||||
})
|
||||
self.textSelectionNode = textSelectionNode
|
||||
self.textClippingNode.addSubnode(textSelectionNode)
|
||||
|
||||
Reference in New Issue
Block a user