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
Link is confired to just change the hash of the URL. Example to add #page1 to the url route.
When configured with external and preventRouter={true} than parent popver cannot be closed.
To Reproduce
Open demo.
Click button to open popover.
Click link to close popover.
See that hash is applied on link click.
See that popover remains.
Expected behavior
Popover should be closed when popoverClose is added to the link tags.
Actual Behavior
Popover remains opened.
The text was updated successfully, but these errors were encountered:
Popover property "popoverClose" is ignored when when link/list item is used to change route anchor (external, close.
https://codesandbox.io/p/devbox/nostalgic-pateu-5chp89?file=%2Fsrc%2Fcomponents%2Fapp.svelte%3A10%2C45
Describe the bug
Link is confired to just change the hash of the URL. Example to add #page1 to the url route.
When configured with external and preventRouter={true} than parent popver cannot be closed.
To Reproduce
Expected behavior
Popover should be closed when popoverClose is added to the link tags.
Actual Behavior
Popover remains opened.
The text was updated successfully, but these errors were encountered: