Skip to content

Commit 88ad07a

Browse files
committed
Select mentions, channels and emojis using tab key fixes RocketChat#135
1 parent 960d348 commit 88ad07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/views/app/message-popup.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Template.messagePopup.onCreated ->
7777
event.preventDefault()
7878
event.stopPropagation()
7979

80-
if event.which is 13
80+
if event.which in [13, 9]
8181
template.open.set false
8282

8383
template.enterValue()

0 commit comments

Comments
 (0)