Skip to content

Commit

Permalink
fix(QTooltip): correctly override transition props definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent d10f6b4 commit 4123175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/components/tooltip/QTooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ export default createComponent({
},

transitionShow: {
...useTransitionProps.transitionShow,
default: 'jump-down'
},
transitionHide: {
...useTransitionProps.transitionHide,
default: 'jump-up'
},

Expand Down

0 comments on commit 4123175

Please sign in to comment.