Skip to content

Commit 17e418b

Browse files
committed
Update calendar.js
1 parent ae78ec5 commit 17e418b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/calendar/calendar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ export const BCalendar = Vue.extend({
679679
// Handles PAGEUP/PAGEDOWN/END/HOME/LEFT/UP/RIGHT/DOWN
680680
// Focuses grid after updating
681681
if (this.noKeyNav) {
682+
/* istanbul ignore next */
682683
return
683684
}
684685
const { altKey, ctrlKey, keyCode } = evt

0 commit comments

Comments
 (0)