Media caption input panel improvements

This commit is contained in:
Ilya Laktyushin
2023-08-30 19:26:07 +04:00
parent 9fd6b9369f
commit b1f40bf0aa
19 changed files with 722 additions and 156 deletions

View File

@@ -293,7 +293,8 @@ final class StoryPreviewComponent: Component {
forceIsEditing: false,
disabledPlaceholder: nil,
isChannel: false,
storyItem: nil
storyItem: nil,
chatLocation: nil
)),
environment: {},
containerSize: CGSize(width: availableSize.width, height: 200.0)