Skip to content

Commit

Permalink
refactor: project/working set context menu location consistancy
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Oct 27, 2023
1 parent 86ea58b commit d20f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/DefaultMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ define(function (require, exports, module) {
project_cmenu.addMenuItem(Commands.NAVIGATE_SHOW_IN_OS);
}
project_cmenu.addMenuDivider();
project_cmenu.addMenuItem(Commands.FILE_CUT);
project_cmenu.addMenuItem(Commands.FILE_COPY);
project_cmenu.addMenuItem(Commands.FILE_COPY_PATH);
project_cmenu.addMenuItem(Commands.FILE_DUPLICATE);
project_cmenu.addMenuItem(Commands.FILE_CUT);
project_cmenu.addMenuItem(Commands.FILE_PASTE);
project_cmenu.addMenuItem(Commands.FILE_DOWNLOAD, undefined, undefined, undefined, {
hideWhenCommandDisabled: true
Expand Down

0 comments on commit d20f2bf

Please sign in to comment.