🐛 Bug fixes on resetting post write controller

This commit is contained in:
2025-01-05 12:06:49 +08:00
parent a2a3018917
commit f4ab7671d8
2 changed files with 2 additions and 3 deletions

View File

@ -623,6 +623,8 @@ class PostWriteController extends ChangeNotifier {
void reset() {
publishedAt = null;
publishedUntil = null;
thumbnail = null;
visibility = 0;
titleController.clear();
descriptionController.clear();
contentController.clear();