Skip to content

Commit

Permalink
fix(theme-default): click to close dropdown that opened by tab and click
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jan 4, 2021
1 parent 563156c commit 88d1ae2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ export default defineComponent({
const isTriggerByTab = e.detail === 0
if (isTriggerByTab) {
open.value = !open.value
} else {
open.value = false
}
}
Expand Down

0 comments on commit 88d1ae2

Please sign in to comment.