Fix inline chat list theme update

This commit is contained in:
Ali
2022-11-18 19:35:20 +04:00
parent 7338393c59
commit 8687b65acd
7 changed files with 85 additions and 87 deletions

View File

@@ -360,7 +360,7 @@ public final class TextNodeLayout: NSObject {
public var trailingLineWidth: CGFloat {
if let lastLine = self.lines.last {
return lastLine.frame.width
return lastLine.frame.maxX
} else {
return 0.0
}