fix shortcuts for scripts editor
This commit is contained in:
@@ -19,9 +19,14 @@
|
||||
|
||||
//Keyboard shortcuts for help dialog
|
||||
vm.page.keyboardShortcutsOverview = [];
|
||||
vm.page.keyboardShortcutsOverview.push(templateHelper.getGeneralShortcuts());
|
||||
vm.page.keyboardShortcutsOverview.push(templateHelper.getEditorShortcuts());
|
||||
|
||||
|
||||
templateHelper.getGeneralShortcuts().then(function(shortcuts){
|
||||
vm.page.keyboardShortcutsOverview.push(shortcuts);
|
||||
});
|
||||
|
||||
templateHelper.getEditorShortcuts().then(function(shortcuts){
|
||||
vm.page.keyboardShortcutsOverview.push(shortcuts);
|
||||
});
|
||||
|
||||
vm.script = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user