Skip to content

Commit

Permalink
Merge pull request #36683 from nextcloud/fix/stable25/files.navigatio…
Browse files Browse the repository at this point in the history
…n.changed-when-entering-favorite-dir
  • Loading branch information
juliusknorr authored Mar 6, 2023
2 parents 6805503 + 7ef3f37 commit d3c148f
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 d3c148f

Please sign in to comment.