💄 Better attachment editor previewing

This commit is contained in:
2024-08-01 16:45:18 +08:00
parent 9765b200b9
commit 1e4b44a78b
5 changed files with 178 additions and 181 deletions

View File

@ -46,7 +46,6 @@ class _ChatMessageInputState extends State<ChatMessageInput> {
void _editAttachments() {
showModalBottomSheet(
context: context,
isScrollControlled: true,
builder: (context) => AttachmentEditorPopup(
usage: 'm.attachment',
current: _attachments,