Skip to content

Commit d156bb2

Browse files
authored
Merge pull request #53574 from nextcloud/chore/files-title
refactor(files): remove custom page title handling
2 parents 12524d9 + d856bf7 commit d156bb2

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

apps/files/src/views/FilesList.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -482,13 +482,6 @@ export default defineComponent({
482482
},
483483
484484
watch: {
485-
/**
486-
* Update the window title to match the page heading
487-
*/
488-
pageHeading() {
489-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
490-
},
491-
492485
/**
493486
* Handle rendering the custom empty view
494487
* @param show The current state if the custom empty view should be rendered

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)