Skip to content

Commit f580f98

Browse files
authored
Update nav-item-dropdown.js
1 parent 4b84e04 commit f580f98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/nav/nav-item-dropdown.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ export default Vue.extend({
9494
'aria-labelledby': this.safeId('_BV_button_')
9595
},
9696
on: {
97-
mouseover: this.onMouseOver,
98-
keydown: this.onKeydown // tab, up, down, esc
97+
keydown: this.onKeydown // up, down, esc
9998
}
10099
},
101100
[this.normalizeSlot('default', { hide: this.hide })]

0 commit comments

Comments
 (0)