We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6406984 commit 85a1002Copy full SHA for 85a1002
src/VueDatePicker/components/DatepickerMenu.vue
@@ -310,7 +310,7 @@
310
if (arrow === ArrowDirection.down) return arrowDown();
311
if (arrow === ArrowDirection.left) return arrowLeft();
312
if (arrow === ArrowDirection.right) return arrowRight();
313
- } else if (arrow === ArrowDirection.right || arrow === ArrowDirection.up) {
+ } else if (arrow === ArrowDirection.left || arrow === ArrowDirection.up) {
314
callChildFn('handleArrow', ArrowDirection.left, 0, arrow === ArrowDirection.up);
315
} else {
316
callChildFn('handleArrow', ArrowDirection.right, 0, arrow === ArrowDirection.down);
0 commit comments