mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +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) {
|
||||
created = DateTime.now();
|
||||
_loadState = NoteLoadState.Loaded;
|
||||
}
|
||||
|
||||
String get filePath {
|
||||
|
Reference in New Issue
Block a user