Reload notes after prefs change
This commit is contained in:
@@ -30,6 +30,7 @@ angular.module('app')
|
||||
|
||||
$rootScope.$on("user-preferences-changed", () => {
|
||||
this.loadPreferences();
|
||||
this.reloadNotes();
|
||||
});
|
||||
|
||||
authManager.addEventHandler((event) => {
|
||||
|
||||
Reference in New Issue
Block a user