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:
commit
f7d2297c86
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue