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

Method closeKeyboardShortcutsPanel

src/components/DayPicker.jsx:894–905  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

892 }
893
894 closeKeyboardShortcutsPanel() {
895 const { onKeyboardShortcutsPanelClose } = this.state;
896
897 if (onKeyboardShortcutsPanelClose) {
898 onKeyboardShortcutsPanelClose();
899 }
900
901 this.setState({
902 onKeyboardShortcutsPanelClose: null,
903 showKeyboardShortcuts: false,
904 });
905 }
906
907 renderNavigation(navDirection) {
908 const {

Callers 2

onFinalKeyDownMethod · 0.95
DayPicker_spec.jsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected