You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a similar problem as in this discussion. I'm not sure if it's related to wire:navigate, but the steps to reproduce are pretty much the same:
Open slide-over
From there, open a new modal.
Close all opened modals with $dispatch('modal.close')
Open and close new modal.
What happens is that the modal close, but the grey background doesn't go away.
I've discovered that even though the closeActiveComponent function is called and this.open is set to false, the <div> element isn't hiding as expected. The display: none style, which should be set by x-show="open", is missing.
The text was updated successfully, but these errors were encountered:
Hi, I have a similar problem as in this discussion. I'm not sure if it's related to wire:navigate, but the steps to reproduce are pretty much the same:
$dispatch('modal.close')
What happens is that the modal close, but the grey background doesn't go away.
I've discovered that even though the
closeActiveComponent
function is called andthis.open
is set to false, the<div>
element isn't hiding as expected. Thedisplay: none style
, which should be set byx-show="open"
, is missing.The text was updated successfully, but these errors were encountered: