mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -1040,7 +1040,7 @@ public final class InteractiveTextNodeLayout: NSObject {
|
||||
}
|
||||
}
|
||||
height += self.insets.top + self.insets.bottom + 2.0
|
||||
return CGSize(width: self.size.width + self.insets.left + self.insets.right, height: ceil(height))
|
||||
return CGSize(width: self.size.width, height: ceil(height))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user