Skip to content
Snippets Groups Projects
Unverified Commit d8881faa authored by Gary Kim's avatar Gary Kim
Browse files

Prevent duplicate entries in file sidebar


Signed-off-by: default avatarGary Kim <gary@garykim.dev>
parent c9acba1e
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -73,9 +73,6 @@ export default { ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment