Hide attachments list on article

This commit is contained in:
2025-07-03 01:06:01 +08:00
parent a20c2598fc
commit ee72d79c93
5 changed files with 60 additions and 19 deletions

View File

@ -358,6 +358,10 @@ class ArticleComposeScreen extends HookConsumerWidget {
delta,
);
},
onInsert: () => ComposeLogic.insertAttachment(
state,
idx,
),
),
),
],