fix(search): fix default config
This commit is contained in:
parent
515331763d
commit
2efd859f71
3 changed files with 5 additions and 4 deletions
|
|
@ -91,6 +91,7 @@ function bindEvents () {
|
|||
if (!value) {
|
||||
$panel.classList.remove('show')
|
||||
$panel.innerHTML = ''
|
||||
return
|
||||
}
|
||||
const matchs = search(value)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue