mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Text selection
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user