chore(svelte): run prettier
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import type { PanelPosition } from '@reactflow/system';
|
||||
import type { PanelPosition } from '@reactflow/system';
|
||||
|
||||
import Panel from '$lib/container/Panel/index.svelte';
|
||||
import { useStore } from '$lib/store';
|
||||
@@ -37,13 +37,11 @@
|
||||
// nodesConnectable: !isInteractive,
|
||||
// elementsSelectable: !isInteractive,
|
||||
// });
|
||||
|
||||
// onInteractiveChange?.(!isInteractive);
|
||||
};
|
||||
|
||||
</script>
|
||||
|
||||
<Panel class="react-flow__controls" position={position}>
|
||||
<Panel class="react-flow__controls" {position}>
|
||||
{#if showZoom}
|
||||
<ControlButton
|
||||
on:click={onZoomInHandler}
|
||||
@@ -85,4 +83,4 @@
|
||||
{#if isInteractive}<UnlockIcon />{:else}<LockIcon />{/if}
|
||||
</svelte:component>
|
||||
{/if}
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
Reference in New Issue
Block a user