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

Commit da3d4d1

Browse files
committed
Fix opening the recent projects menu with Ctrl+Alt+R
1 parent f244242 commit da3d4d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/extensions/default/RecentProjects

src/extensions/default/RecentProjects/main.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,9 @@ define(function (require, exports, module) {
425425
if (!SidebarView.isVisible()) {
426426
SidebarView.show();
427427
}
428-
429-
showDropdown();
428+
429+
$("#project-dropdown-toggle").trigger("click");
430+
430431
$dropdown.focus();
431432
$links = $dropdown.find("a");
432433
// By default, select the most recent project (which is at the top of the list underneath Open Folder),

0 commit comments

Comments
 (0)