svelte-simple-modal icon indicating copy to clipboard operation
svelte-simple-modal copied to clipboard

Is it possible to listen to events from Popup?

Open sadespresso opened this issue 1 year ago • 0 comments
trafficstars

I am wondering if it's possible to listen to events popup component is emitting.

In plain svelte, we'd do something like this:

<Popup on:update={(e) => handleUpdate(e)} />

Is there any equivalent when using svelte-simple-modal?

sadespresso avatar Jan 31 '24 11:01 sadespresso