Prevent duplicate entries in file sidebar
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
parent
c9acba1e12
commit
d8881faa8e
3 changed files with 0 additions and 3 deletions
BIN
apps/files/js/dist/sidebar.js
vendored
BIN
apps/files/js/dist/sidebar.js
vendored
Binary file not shown.
BIN
apps/files/js/dist/sidebar.js.map
vendored
BIN
apps/files/js/dist/sidebar.js.map
vendored
Binary file not shown.
|
@ -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…
Reference in a new issue