Commit 7f153077 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Set "l" for Label shortcut

parent 387b025d
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment