chore(core): lint

This commit is contained in:
braks
2022-10-10 21:33:44 +02:00
committed by Braks
parent 78f9ee1cb7
commit ef3111bde0
2 changed files with 4 additions and 17 deletions
@@ -5,7 +5,7 @@ import type { GraphNode, HandleConnectable, NodeComponent, SnapGrid, XYZPosition
import { NodeId, NodeRef } from '../../context'
import { getConnectedEdges, getXYZPos, handleNodeClick } from '../../utils'
const { id, type, name, draggable, selectable, connectable, snapGrid, ...props } = defineProps<{
const { id, type, name, draggable, selectable, connectable, ...props } = defineProps<{
id: string
draggable: boolean
selectable: boolean
@@ -20,9 +20,7 @@ const { id, type, name, draggable, selectable, connectable, snapGrid, ...props }
provide(NodeId, id)
const {
nodeExtent,
edges,
viewport,
noPanClassName,
selectNodesOnDrag,
nodesSelectionActive,