feat(core): add auto pan props

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-01 23:32:45 +01:00
committed by Braks
parent e1628ec660
commit 84f2235f23
4 changed files with 11 additions and 0 deletions
@@ -42,6 +42,8 @@ const props = withDefaults(defineProps<FlowProps>(), {
disableKeyboardA11y: undefined,
edgesFocusable: undefined,
nodesFocusable: undefined,
autoPanOnConnect: undefined,
autoPanOnNodeDrag: undefined,
})
const emit = defineEmits<{