Various fixes

This commit is contained in:
Ilya Laktyushin
2022-11-15 02:49:53 +04:00
parent 496f556f71
commit 8e0e5842ce
13 changed files with 156 additions and 119 deletions

View File

@@ -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)