Browse Source

Prevent duplicate entries in file sidebar

Signed-off-by: Gary Kim <gary@garykim.dev>
pull/18764/head
Gary Kim 6 years ago
parent
commit
d8881faa8e
No known key found for this signature in database GPG Key ID: 9349B59FB54594AC
  1. 2
      apps/files/js/dist/sidebar.js
  2. 2
      apps/files/js/dist/sidebar.js.map
  3. 3
      apps/files/src/components/LegacyTab.vue

2
apps/files/js/dist/sidebar.js
File diff suppressed because it is too large
View File

2
apps/files/js/dist/sidebar.js.map
File diff suppressed because it is too large
View File

3
apps/files/src/components/LegacyTab.vue

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