feat(svelte): add functions to useSvelteFlow

This commit is contained in:
moklick
2023-03-14 17:24:01 +01:00
parent 2e486384a8
commit 5b3c260e45
9 changed files with 102 additions and 25 deletions
@@ -42,8 +42,8 @@
// onInteractiveChange?.(!isInteractive);
};
</script>
<Panel class="svelte-flow__controls" {position}>
<Panel class="svelte-flow__controls" {position} data-testid="svelte-flow__controls">
{#if showZoom}
<ControlButton
on:click={onZoomInHandler}