Prevent duplicate entries in file sidebar

Signed-off-by: Gary Kim <gary@garykim.dev>
pull/18764/head
Gary Kim 4 years ago
parent c9acba1e12
commit d8881faa8e
No known key found for this signature in database
GPG Key ID: 9349B59FB54594AC

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -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)

Loading…
Cancel
Save