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
For the moment modales are displayed by a :target pseudo element when a anchor is targeted in the URL.
So for their closure, an <a href="./" is used to untarget the element, that make the page refreshing.
In Wordpress plugin, it redirects on general admin page when a modale is closed
We perhaps have to manage this in another way to avoid refreshing like in a modern one page application.
The solution could be to manage it in Svelte
The text was updated successfully, but these errors were encountered:
For the moment modales are displayed by a :target pseudo element when a anchor is targeted in the URL.
So for their closure, an <a href="./" is used to untarget the element, that make the page refreshing.
In Wordpress plugin, it redirects on general admin page when a modale is closed
We perhaps have to manage this in another way to avoid refreshing like in a modern one page application.
The solution could be to manage it in Svelte
The text was updated successfully, but these errors were encountered: