Renamed to ViewportPortal

This commit is contained in:
peterkogo
2023-12-14 14:27:05 +01:00
parent cc7c49223b
commit 7bb96c9817
8 changed files with 9 additions and 7 deletions
@@ -1 +0,0 @@
export { default as ViewPortal } from './ViewPortal.svelte';
@@ -7,6 +7,6 @@
const { domNode } = useStore();
</script>
<div use:portal={{ target: '.svelte-flow__view-portal', domNode: $domNode }}>
<div use:portal={{ target: '.svelte-flow__viewport-portal', domNode: $domNode }}>
<slot />
</div>
@@ -0,0 +1 @@
export { default as ViewportPortal } from './ViewportPortal.svelte';