Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed May 24, 2022
1 parent 8cdef91 commit fcb8cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/KDropdownMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
// manage rotating through the options using arrow keys
// UP arrow: .keyCode is depricated and should used only as a fallback
console.log(event.key);
if ((event.key == 'ArrowUp' || event.keyCode == 38) && popoverIsOpen) {
event.preventDefault();
prevSibling
Expand Down

0 comments on commit fcb8cb0

Please sign in to comment.