feat(core): add edgesFocusable option to store
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -88,6 +88,7 @@ const defaultState = (): State => ({
|
||||
snapToGrid: false,
|
||||
|
||||
edgesUpdatable: false,
|
||||
edgesFocusable: true,
|
||||
nodesConnectable: true,
|
||||
nodesDraggable: true,
|
||||
elementsSelectable: true,
|
||||
|
||||
@@ -86,6 +86,7 @@ export interface State extends Omit<FlowOptions, 'id' | 'modelValue'> {
|
||||
defaultMarkerColor: string
|
||||
|
||||
edgesUpdatable: EdgeUpdatable
|
||||
edgesFocusable: boolean
|
||||
nodesDraggable: boolean
|
||||
nodesConnectable: boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user