diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-01 17:24:40 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-01 17:24:40 +1000 |
| commit | 6ffdf9bb99e14679019a82017bee2c1199c5313a (patch) | |
| tree | 39689d5ac0c99fb8e2fd182218e01e9be0f50837 /src | |
| parent | 882cd54fa955b4fada612574ef13bdab1608f1de (diff) | |
Make name data English-specific
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/SearchModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SearchModal.vue b/src/components/SearchModal.vue index d658fac..19a9942 100644 --- a/src/components/SearchModal.vue +++ b/src/components/SearchModal.vue @@ -102,7 +102,7 @@ export default defineComponent({ this.focusedSuggIdx = null; } }), - 500 + 300 ); }, onDownKey(){ |
