Files
svelte-headlessui/src
Ryan Gossiaux b18fd2093b Manually clean up <Portal> on destroy
Fixes #68

In some cases, when Svelte sees a parent and a child, it will detach the parent and assume that this suffices to detach the child. However, the <Portal> moves elements around in the DOM, so this assumption does not always hold. We need to make sure we detach the portal element ourselves.
2022-02-27 15:24:14 -08:00
..
2022-02-27 15:24:14 -08:00
2021-12-14 11:09:53 -08:00