mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Init fileinfo for all tabs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
af42b7bc76
commit
366ee97fbd
3 changed files with 3 additions and 2 deletions
2
apps/files/js/dist/sidebar.js
vendored
2
apps/files/js/dist/sidebar.js
vendored
File diff suppressed because one or more lines are too long
2
apps/files/js/dist/sidebar.js.map
vendored
2
apps/files/js/dist/sidebar.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -77,6 +77,7 @@ export default {
|
|||
mounted() {
|
||||
// append the backbone element and set the FileInfo
|
||||
this.component.$el.appendTo(this.$el)
|
||||
this.setFileInfo(this.fileInfo)
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.component.remove()
|
||||
|
|
|
|||
Loading…
Reference in a new issue