-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(sidebar): jump in animation #4025
Conversation
Found a problem: not works show/hide sidebar. I researched this: it needs a "width" property to show/hide. |
Yeah. I noticed that this solution cause more problems than fixes. @EugenGedroyc, Can you check if |
@m0ksem yes, the sidebar works fine |
@m0ksem If I click on the close menu button, the menu starts to close but opens again(style="width: 16rem; min-width: 16rem;" - it changes to 0 only after second goes back to 16rem). The menu closes only after the mousedown and thereafter mouseleave events of the closes menu button |
Would you be able to reproduce it in ui.vuestic.dev/play? |
I`ll try to fix this bug |
@m0ksem This trouble is with prop closeOnClickOutside. |
Fixing this kind of isse:
https://github.com/epicmaxco/vuestic-ui/assets/23530004/5d65de23-a127-4b1b-9e04-1e2f6e2c7bf6
Need to check if it doesn't introduce other issues.