Prevent duplicate entries in file sidebar
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
parent
c9acba1e12
commit
d8881faa8e
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() {
|
mounted() {
|
||||||
// append the backbone element and set the FileInfo
|
// append the backbone element and set the FileInfo
|
||||||
this.component.$el.appendTo(this.$el)
|
this.component.$el.appendTo(this.$el)
|
||||||
|
|
Loading…
Reference in New Issue