refactor(node-resizer): remove auto-imports

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent bc0137bae8
commit 6fd58b6212
2 changed files with 1 additions and 63 deletions
@@ -3,6 +3,7 @@ import type { NodeChange, NodeDimensionChange, NodePositionChange } from '@vue-f
import { NodeIdInjection, clamp, useGetPointerPosition, useVueFlow } from '@vue-flow/core'
import { select } from 'd3-selection'
import { drag } from 'd3-drag'
import { computed, inject, ref, watchEffect } from 'vue'
import type { OnResize, OnResizeStart, ResizeControlProps, ResizeDragEvent } from './types'
import { ResizeControlVariant } from './types'
import { getDirection } from './utils'