Skip to content

Commit

Permalink
Merge pull request #9837 from RocketChat/fix-cmd-p-search
Browse files Browse the repository at this point in the history
Regression: Open search using ctrl/cmd + p and ctrl/cmd + k
  • Loading branch information
rodrigok committed Feb 22, 2018
2 parents ca2d08d + d6ad25a commit 1e5450d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-ui-sidenav/client/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const toolbarSearch = {
},
focus(fromShortcut) {
menu.open();
$('.toolbar').css('display', 'block');
$(selectorSearch).focus();
this.shortcut = fromShortcut;
}
Expand Down

0 comments on commit 1e5450d

Please sign in to comment.