flekschas / svelte-simple-modal

A simple, small, and content-agnostic modal for Svelte v3 and v4
https://svelte.dev/repl/b95ce66b0ef34064a34afc5c0249f313
MIT License
422 stars 30 forks source link

Error close button send me to new page #72

Closed RoxDevvv closed 2 years ago

RoxDevvv commented 2 years ago

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----------------


RoxDevvv commented 2 years ago

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