Skip to content

Commit

Permalink
fix: page disapearing if transition not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrissdroid committed Jul 15, 2021
1 parent a09c359 commit 9606f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/navigation/pageTransition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default defineComponent({
})
},
afterEnter(element: HTMLElement) {
element.style.height = 'auto'
element.style.height = ''
}
}
})
Expand Down

0 comments on commit 9606f3a

Please sign in to comment.