diff --git a/lib/core/notes_folder.dart b/lib/core/notes_folder.dart index b213cbc1..023b1f0b 100644 --- a/lib/core/notes_folder.dart +++ b/lib/core/notes_folder.dart @@ -151,5 +151,6 @@ class NotesFolder with ChangeNotifier { var newFullPath = p.join(parentDirName, newName); dir.renameSync(newFullPath); + notifyListeners(); } }