Skip to content

Commit

Permalink
emit files:navigation:changed in updateCurrentFileList
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 20, 2023
1 parent 53f1dcf commit 3426c87
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 @@ -200,6 +200,7 @@
const isGridView = this.$showGridView.is(':checked');
this.currentFileList.setGridView(isGridView);
}
window._nc_event_bus.emit('files:navigation:changed')
},

/**
Expand Down

0 comments on commit 3426c87

Please sign in to comment.