feat(core,nodes): implement a11y in nodes
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,8 @@ const props = withDefaults(defineProps<FlowProps>(), {
|
||||
elevateEdgesOnSelect: undefined,
|
||||
elevateNodesOnSelect: undefined,
|
||||
disableKeyboardA11y: undefined,
|
||||
edgesFocusable: undefined,
|
||||
nodesFocusable: undefined,
|
||||
})
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user