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
@@ -38,6 +38,7 @@ const props = withDefaults(defineProps<FlowProps>(), {
autoConnect: undefined,
elevateEdgesOnSelect: undefined,
elevateNodesOnSelect: undefined,
disableKeyboardA11y: undefined,
})
const emit = defineEmits<{