mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
NotesFolder: Notify listeners on rename
This commit is contained in:
@ -151,5 +151,6 @@ class NotesFolder with ChangeNotifier {
|
||||
var newFullPath = p.join(parentDirName, newName);
|
||||
|
||||
dir.renameSync(newFullPath);
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user