diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-28 15:17:23 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-28 17:11:50 +1000 |
| commit | a97ac5f88503b8685c3f0068d4d7b51fc1d01150 (patch) | |
| tree | 067ccdccf94de9e5f24dd0197f422c5c8da9420b /src/App.vue | |
| parent | 053567d2ad81fefbd5e52e3ba15cf7511205a963 (diff) | |
Fix search-suggestion substring-highlight using overly-new input
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
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 { |
