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
If a modal is already opened and while it is open initFlowbite() is called then the modal instance is resetted/removed and the backdrop disappears.
You can try it by just adding
setTimeout(() => {
initFlowbite();
}, 5000);
and open a modal before 5 seconds.
You will see that the backdrop disappears.
This happens also when using flowbite with HTMX.
Can you look into this PR? #824
The text was updated successfully, but these errors were encountered:
If a modal is already opened and while it is open initFlowbite() is called then the modal instance is resetted/removed and the backdrop disappears.
You can try it by just adding
and open a modal before 5 seconds.
You will see that the backdrop disappears.
This happens also when using flowbite with HTMX.
Can you look into this PR?
#824
The text was updated successfully, but these errors were encountered: