mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
Mark new notes as Loaded
This commit is contained in:
@ -40,6 +40,7 @@ class Note with ChangeNotifier implements Comparable<Note> {
|
|||||||
|
|
||||||
Note.newNote(this.parent) {
|
Note.newNote(this.parent) {
|
||||||
created = DateTime.now();
|
created = DateTime.now();
|
||||||
|
_loadState = NoteLoadState.Loaded;
|
||||||
}
|
}
|
||||||
|
|
||||||
String get filePath {
|
String get filePath {
|
||||||
|
Reference in New Issue
Block a user