Fixed action view height

This commit is contained in:
Thomas Ricouard 2024-06-26 09:26:34 +02:00
parent ff1d5733a0
commit cd60e0ce1a
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ struct StatusRowActionsView: View {
}
}
}
.fixedSize(horizontal: false, vertical: true)
.sheet(isPresented: $showTextForSelection) {
let content = viewModel.status.reblog?.content.asSafeMarkdownAttributedString ?? viewModel.status.content.asSafeMarkdownAttributedString
SelectTextView(content: content)