-
Notifications
You must be signed in to change notification settings - Fork 12
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: connect-button inside container with backdrop-filter
#257
Conversation
Docker tags |
986ffb1
to
e3110b6
Compare
const OPACITY_TRANSITION_DURATION = 180 | ||
if (!this.isMobile) return | ||
|
||
if (!this.showPopoverMenu && this.parentElementWithBackdropFilter) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we put this in a variable and name it to be something descriptive of the action?
|
||
if (!this.showPopoverMenu && this.parentElementWithBackdropFilter) { | ||
setTimeout(() => { | ||
this.parentElementWithBackdropFilter?.style.setProperty( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at this point the element exists
🎉 This PR is included in version 2.1.0-dev.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #249