update scroll when panel opens

This commit is contained in:
Sergio Crisostomo 2018-02-05 07:50:23 +01:00
parent 8878e4a351
commit 6017ed7509
3 changed files with 7 additions and 2 deletions

View file

@ -194,7 +194,6 @@
}
},
mounted () {
this.updateScroll();
this.$nextTick(() => this.compiled = true);
}
};