mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +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);
|
var newFullPath = p.join(parentDirName, newName);
|
||||||
|
|
||||||
dir.renameSync(newFullPath);
|
dir.renameSync(newFullPath);
|
||||||
|
notifyListeners();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user