Преглед изворни кода

Missed the 'p d' hint in the popup-menu

Tobias Wolf пре 7 година
родитељ
комит
03b2561af2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      public/app/features/panel/panel_ctrl.ts

+ 1 - 0
public/app/features/panel/panel_ctrl.ts

@@ -190,6 +190,7 @@ export class PanelCtrl {
         text: 'Duplicate',
         click: 'ctrl.duplicate()',
         role: 'Editor',
+        shortcut: 'p d',
       });
 
       menu.push({