Skip to content

Commit

Permalink
emit files:navigation:changed when changing directory
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Feb 13, 2023
1 parent 32d0e55 commit 94702ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@
_onAfterDirectoryChanged: function(e) {
if (e.dir && e.fileId) {
this._changeUrl(this.navigation.getActiveItem(), e.dir, e.fileId);
window._nc_event_bus.emit('files:navigation:changed')
}
},

Expand Down

0 comments on commit 94702ad

Please sign in to comment.