Merge pull request #18950 from nextcloud/backport/18764/stable18

[stable18] Prevent duplicate entries in file sidebar
This commit is contained in:
Roeland Jago Douma 2020-01-17 02:36:29 +01:00 committed by GitHub
commit 32b00cee4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View file

@ -73,9 +73,6 @@ export default {
}
},
},
beforeMount() {
this.setFileInfo(this.fileInfo)
},
mounted() {
// append the backbone element and set the FileInfo
this.component.$el.appendTo(this.$el)