Prevent duplicate entries in file sidebar

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2020-01-09 12:19:35 +08:00 committed by Roeland Jago Douma
parent dae2fdaae2
commit b2b7587f54
No known key found for this signature in database
GPG key ID: F941078878347C0C
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)