diff --git a/lib/core/note.dart b/lib/core/note.dart index 10d0a910..c6f8da72 100644 --- a/lib/core/note.dart +++ b/lib/core/note.dart @@ -40,6 +40,7 @@ class Note with ChangeNotifier implements Comparable { Note.newNote(this.parent) { created = DateTime.now(); + _loadState = NoteLoadState.Loaded; } String get filePath {