💄 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

@ -112,7 +112,6 @@ class PostEditorController extends GetxController {
Future<void> editAttachment(BuildContext context) {
return showModalBottomSheet(
context: context,
isScrollControlled: true,
builder: (context) => AttachmentEditorPopup(
usage: 'i.attachment',
current: attachments,