feat(core,nodes): implement a11y in nodes

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 0267b2f19e
commit 9f50dd0865
17 changed files with 167 additions and 35 deletions
@@ -39,6 +39,8 @@ const props = withDefaults(defineProps<FlowProps>(), {
elevateEdgesOnSelect: undefined,
elevateNodesOnSelect: undefined,
disableKeyboardA11y: undefined,
edgesFocusable: undefined,
nodesFocusable: undefined,
})
const emit = defineEmits<{