feat(core): do not snap to invalid handles
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Vendored
+2
-2
@@ -75,7 +75,7 @@ declare global {
|
||||
const getEdgeId: typeof import('./utils/graph')['getEdgeId']
|
||||
const getEdgePositions: typeof import('./utils/edge')['getEdgePositions']
|
||||
const getEventHandlerParams: typeof import('./utils/drag')['getEventHandlerParams']
|
||||
const getEventPosition: typeof import('./utils/handle')['getEventPosition']
|
||||
const getEventPosition: typeof import('./utils/general')['getEventPosition']
|
||||
const getExtent: typeof import('./utils/drag')['getExtent']
|
||||
const getHandle: typeof import('./utils/edge')['getHandle']
|
||||
const getHandleBounds: typeof import('./utils/node')['getHandleBounds']
|
||||
@@ -111,7 +111,7 @@ declare global {
|
||||
const isGraphEdge: typeof import('./utils/graph')['isGraphEdge']
|
||||
const isGraphNode: typeof import('./utils/graph')['isGraphNode']
|
||||
const isInputDOMNode: typeof import('./composables/useKeyPress')['isInputDOMNode']
|
||||
const isMouseEvent: typeof import('./utils/handle')['isMouseEvent']
|
||||
const isMouseEvent: typeof import('./utils/general')['isMouseEvent']
|
||||
const isNode: typeof import('./utils/graph')['isNode']
|
||||
const isParentSelected: typeof import('./utils/graph')['isParentSelected']
|
||||
const isProxy: typeof import('vue')['isProxy']
|
||||
|
||||
Reference in New Issue
Block a user