Skip to content

Commit

Permalink
Update dropdown.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and rohit2sharma95 committed Mar 22, 2021
1 parent b3341bf commit d5c2ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/dropdown.js
Expand Up @@ -376,7 +376,6 @@ class Dropdown extends BaseComponent {
})
}

// eslint-disable-next-line complexity
static clearMenus(event) {
if (event && (event.button === RIGHT_MOUSE_BUTTON || (event.type === 'keyup' && event.key !== TAB_KEY))) {
return
Expand Down

0 comments on commit d5c2ded

Please sign in to comment.