Skip to content

Commit

Permalink
fix(esco-content-menu): missing call needed on not isHidden
Browse files Browse the repository at this point in the history
  • Loading branch information
jgribonvald committed Nov 23, 2018
1 parent 3d2299d commit 9d1dbba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export default {
mounted() {
this.$nextTick(function() {
window.addEventListener('resize', this.updateSlider);
this.updateSlider();
});
},
beforeDestroy() {
Expand Down

0 comments on commit 9d1dbba

Please sign in to comment.