♻️ Optimize post editor architecture

This commit is contained in:
2025-02-07 20:19:48 +08:00
parent 8cb3933fcc
commit 167c11b9eb
2 changed files with 98 additions and 27 deletions

View File

@ -168,6 +168,7 @@ class PostWriteController extends ChangeNotifier {
});
contentController.addListener(() {
_temporaryPlanSave();
notifyListeners();
});
if (doLoadFromTemporary) _temporaryLoad();
}