chore: lint files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { XYPosition } from '../../types'
|
||||
import type { XYPosition } from '../../types'
|
||||
|
||||
export function getMousePosition(event: MouseEvent): XYPosition | void {
|
||||
const flowNode = (event.target as Element).closest('.vue-flow')
|
||||
|
||||
Reference in New Issue
Block a user