Skip to content

Commit

Permalink
fix for #1011
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jul 16, 2017
1 parent 6d69337 commit 3ab9406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menus/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default {
if (!this.isActive) return
this.resizeTimeout = setTimeout(this.updateDimensions, 200)
},
async startTransition () {
startTransition () {
requestAnimationFrame(() => (this.isContentActive = true))
requestAnimationFrame(this.calculateScroll)
}
Expand Down

0 comments on commit 3ab9406

Please sign in to comment.