aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index e17acfc..f67cbb1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -118,7 +118,7 @@ function getDefaultLytOpts(): LayoutOptions {
rectSensitivity: 0.9, // Between 0 and 1
sweepMode: 'left', // 'left' | 'top' | 'shorter' | 'auto'
sweptNodesPrio: 'sqrt', // 'linear' | 'sqrt' | 'pow-2/3'
- sweepToParent: 'prefer', // 'none' | 'prefer' | 'fallback'
+ sweepToParent: 'fallback', // 'none' | 'prefer' | 'fallback'
};
}
function getDefaultUiOpts(lytOpts: LayoutOptions): UiOptions {