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
parent c9acba1e12
commit d8881faa8e
No known key found for this signature in database
GPG key ID: 9349B59FB54594AC
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)