Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fix opening the recent projects menu with Ctrl+Alt+R
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMalbran committed Mar 5, 2014
1 parent f244242 commit da3d4d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/extensions/default/RecentProjects/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,9 @@ define(function (require, exports, module) {
if (!SidebarView.isVisible()) {
SidebarView.show();
}

showDropdown();

$("#project-dropdown-toggle").trigger("click");

$dropdown.focus();
$links = $dropdown.find("a");
// By default, select the most recent project (which is at the top of the list underneath Open Folder),
Expand Down

0 comments on commit da3d4d1

Please # to comment.