chore: fix lint issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { XYPosition, Dimensions } from './flow'
|
||||
import { NodeHandleBounds, Node, GraphNode, CoordinateExtent } from './node'
|
||||
import { NodeHandleBounds, Node } from './node'
|
||||
import { Edge } from './edge'
|
||||
|
||||
export type NodeDimensionChange = {
|
||||
|
||||
+3
-2
@@ -16,8 +16,9 @@ import {
|
||||
Rect,
|
||||
Transform,
|
||||
XYPosition,
|
||||
XYZPosition, Getters
|
||||
} from "~/types";
|
||||
XYZPosition,
|
||||
Getters,
|
||||
} from '~/types'
|
||||
import { useWindow } from '~/composables'
|
||||
|
||||
const isHTMLElement = (el: EventTarget): el is HTMLElement => ('nodeName' || 'hasAttribute') in el
|
||||
|
||||
Reference in New Issue
Block a user