feat(core,nodes): implement a11y in nodes
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -89,6 +89,7 @@ const defaultState = (): State => ({
|
||||
|
||||
edgesUpdatable: false,
|
||||
edgesFocusable: true,
|
||||
nodesFocusable: true,
|
||||
nodesConnectable: true,
|
||||
nodesDraggable: true,
|
||||
elementsSelectable: true,
|
||||
@@ -113,6 +114,7 @@ const defaultState = (): State => ({
|
||||
elevateNodesOnSelect: true,
|
||||
|
||||
disableKeyboardA11y: false,
|
||||
ariaLiveMessage: '',
|
||||
|
||||
__experimentalFeatures: {
|
||||
nestedFlow: false,
|
||||
|
||||
Reference in New Issue
Block a user