Text selection

This commit is contained in:
Ali
2022-05-27 19:28:59 +04:00
parent bacd88a1ff
commit 9a1799d616
4 changed files with 93 additions and 5 deletions

View File

@@ -584,7 +584,8 @@ final class ChatMessageAttachedContentNode: ASDisplayNode {
displayReactions: false,
messageSelection: nil,
layoutConstants: layoutConstants,
constrainedSize: CGSize(width: constrainedSize.width - horizontalInsets.left - horizontalInsets.right, height: constrainedSize.height)
constrainedSize: CGSize(width: constrainedSize.width - horizontalInsets.left - horizontalInsets.right, height: constrainedSize.height),
controllerInteraction: controllerInteraction
))
refineContentFileLayout = refineLayout
}