[WIP] Quotes

This commit is contained in:
Ali
2023-10-11 00:40:43 +04:00
parent b17138d501
commit 627009f32e
56 changed files with 1137 additions and 287 deletions

View File

@@ -546,8 +546,8 @@ public final class ChatInputTextView: ChatInputTextViewImpl, NSLayoutManagerDele
boundingRect.origin.y += self.defaultTextContainerInset.top
boundingRect.origin.x -= 9.0
boundingRect.size.width += 9.0
boundingRect.origin.x -= 4.0
boundingRect.size.width += 4.0
boundingRect.size.width += 18.0
boundingRect.size.width = min(boundingRect.size.width, self.bounds.width - 18.0)