Merge pull request #18764 from nextcloud/fix/18744/duplicate-activity-sidebar

Prevent duplicate entries in file sidebar
This commit is contained in:
Roeland Jago Douma 2020-01-17 02:21:16 +01:00 committed by GitHub
commit 07474b5dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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)