Skip to content

Commit

Permalink
Merge pull request #2213 from nextcloud/backport/2209/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: refetch only on path change, not on anchor links (e.g. "skip to" links)
  • Loading branch information
ShGKme authored Dec 22, 2023
2 parents 1b9c899 + 9cf7917 commit f3b9385
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-public.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/mixins/FetchFilesMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
},

watch: {
$route() {
'$route.path'() {
this.resetFetchFilesState()
},
},
Expand Down

0 comments on commit f3b9385

Please sign in to comment.