From a97ac5f88503b8685c3f0068d4d7b51fc1d01150 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 28 Jun 2022 15:17:23 +1000 Subject: Fix search-suggestion substring-highlight using overly-new input --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') 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 { -- cgit v1.2.3