flekschas/svelte-simple-modal

Error close button send me to new page

RoxDevvv opened this issue · 1 comments

if i create new object from modal the close button will not work as expected instead it open new page !
Note : closeOnOuterClick work perfectly ! aren't close button and click outer have same close function !
----------------Main Script----------------
new ModalCompo({
target: Target,
props: {
Name: Name,
},
});

----------------ModalCompo Script----------------

<script> import Modal from "svelte-simple-modal"; import Popup from "./Content.svelte"; export let Name = ""; </script>

please close it the website i was injecting the component in it was having style for the button it lead to an problem