chore(autoPanOnNodeFocus): cleanup

This commit is contained in:
moklick
2025-06-10 09:19:23 +02:00
parent 1a25bff52b
commit 34274eb44d
5 changed files with 10 additions and 10 deletions
@@ -234,7 +234,7 @@ export type SvelteFlowProps<
nodesDraggable?: boolean;
/**
* When `true`, the viewport will pan when a node is focused.
* @default false
* @default true
*/
autoPanOnNodeFocus?: boolean;
/**