-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
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.
RobertCordes
Metadata
Metadata
Assignees
Labels
No labels