Set "l" for Label shortcut

This commit is contained in:
Alfredo Sumaran 2016-04-12 14:53:41 -05:00
parent 387b025d15
commit 7f15307754
1 changed files with 4 additions and 1 deletions

View File

@ -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')