feat(core): add disableKeyboardA11y option to store options

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-20 00:38:56 +01:00
committed by Braks
parent f64e298508
commit 5386fc30fb
4 changed files with 7 additions and 1 deletions
+2
View File
@@ -112,6 +112,8 @@ const defaultState = (): State => ({
elevateEdgesOnSelect: false,
elevateNodesOnSelect: true,
disableKeyboardA11y: false,
__experimentalFeatures: {
nestedFlow: false,
},