feat(handle): Add onClick handler
* for touch enabled connections
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { CSSProperties, ToRefs } from 'vue'
|
||||
import { GraphEdge, Edge, DefaultEdgeOptions } from "./edge";
|
||||
import { GraphEdge, Edge, DefaultEdgeOptions } from './edge'
|
||||
import { GraphNode, CoordinateExtent, Node } from './node'
|
||||
import { ConnectionLineType, ConnectionMode } from './connection'
|
||||
import { KeyCode, PanOnScrollMode, UseZoomPanHelper } from './zoom'
|
||||
|
||||
Reference in New Issue
Block a user