Init fileinfo for all tabs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-06-08 12:50:51 +02:00 committed by npmbuildbot[bot]
parent af42b7bc76
commit 366ee97fbd
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -77,6 +77,7 @@ export default {
mounted() {
// append the backbone element and set the FileInfo
this.component.$el.appendTo(this.$el)
this.setFileInfo(this.fileInfo)
},
beforeDestroy() {
this.component.remove()