Allow user delete uploaded attachment

This commit is contained in:
2024-11-11 21:57:09 +08:00
parent 7087c41f07
commit 5b198412f6
2 changed files with 38 additions and 0 deletions

View File

@ -363,6 +363,11 @@ class PostWriteController extends ChangeNotifier {
notifyListeners();
}
void setIsBusy(bool value) {
isBusy = value;
notifyListeners();
}
@override
void dispose() {
contentController.dispose();