feat(core): add disableKeyboardA11y option to store options
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -112,6 +112,8 @@ const defaultState = (): State => ({
|
||||
elevateEdgesOnSelect: false,
|
||||
elevateNodesOnSelect: true,
|
||||
|
||||
disableKeyboardA11y: false,
|
||||
|
||||
__experimentalFeatures: {
|
||||
nestedFlow: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user