MCPcopy Index your code
hub / github.com/react-dates/react-dates / onPrevMonthClick

Method onPrevMonthClick

src/components/DayPicker.jsx:541–544  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

539 }
540
541 onPrevMonthClick(e) {
542 if (e) e.preventDefault();
543 this.onPrevMonthTransition();
544 }
545
546 onPrevMonthTransition(nextFocusedDate) {
547 const { daySize, isRTL, numberOfMonths } = this.props;

Calls 1

onPrevMonthTransitionMethod · 0.95

Tested by

no test coverage detected