Set "l" for Label shortcut
This commit is contained in:
parent
387b025d15
commit
7f15307754
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ class @ShortcutsIssuable extends ShortcutsNavigation
|
|||
@editIssue()
|
||||
return false
|
||||
)
|
||||
|
||||
Mousetrap.bind('l', =>
|
||||
$('.block.labels .edit-link').trigger('click')
|
||||
return false
|
||||
)
|
||||
|
||||
if isMergeRequest
|
||||
@enabledHelp.push('.hidden-shortcut.merge_requests')
|
||||
|
|
Loading…
Reference in a new issue