Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Fix for dashboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Apr 26, 2017
1 parent 4e8e51a commit 75c00b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ class Header extends Component {

<GlobalContextShortcuts
handleSidelistToggle={(id) =>
this.handleSidelistToggle(id, sideListTab)}
showSidelist && this.handleSidelistToggle(id, sideListTab)}
handleMenuOverlay={isMenuOverlayShow ?
() => this.handleMenuOverlay('', '') :
() => this.closeOverlays('',
Expand Down
1 change: 0 additions & 1 deletion src/components/shortcuts/GlobalContextShortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class GlobalContextShortcuts extends Component {
case 'OPEN_INBOX_MENU':
event.preventDefault();
closeOverlays('', ()=> handleInboxOpen(true));

break;
case 'OPEN_SIDEBAR_MENU_0':
event.preventDefault();
Expand Down

0 comments on commit 75c00b8

Please sign in to comment.