mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Merge branch 'fix-r-shortcut' into 'master'
Restore "r" shortcut Fixes "Reply with Selected Text" shortcut See merge request !4041
This commit is contained in:
@@ -6,6 +6,10 @@ class @ShortcutsIssuable extends ShortcutsNavigation
|
||||
super()
|
||||
Mousetrap.bind('a', @openSidebarDropdown.bind(@, 'assignee'))
|
||||
Mousetrap.bind('m', @openSidebarDropdown.bind(@, 'milestone'))
|
||||
Mousetrap.bind('r', =>
|
||||
@replyWithSelectedText()
|
||||
return false
|
||||
)
|
||||
Mousetrap.bind('j', =>
|
||||
@prevIssue()
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user