! Fix shift enter on top nav search input does not open search in a new window (#3113)

This commit is contained in:
PikachuEXE 2023-01-25 00:34:41 +08:00 committed by GitHub
parent 0145a0425f
commit 38b856f546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ export default defineComponent({
event.preventDefault()
this.inputData = this.visibleDataList[this.searchState.selectedOption]
}
this.handleClick()
this.handleClick(event)
// Early return
return
}