From 2bdea2fbbb8cce55462cae554b85c8d275ccb0a1 Mon Sep 17 00:00:00 2001 From: Giovane Date: Tue, 27 Oct 2015 11:37:46 -0200 Subject: Remove email parsing on space keydown #505 --- web-ui/app/js/mail_view/ui/recipients/recipients_input.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web-ui/app/js') diff --git a/web-ui/app/js/mail_view/ui/recipients/recipients_input.js b/web-ui/app/js/mail_view/ui/recipients/recipients_input.js index 2c3a4604..7cbdad39 100644 --- a/web-ui/app/js/mail_view/ui/recipients/recipients_input.js +++ b/web-ui/app/js/mail_view/ui/recipients/recipients_input.js @@ -33,8 +33,7 @@ define([ 186: 'semicolon', 188: 'comma', 13: 'enter', - 27: 'esc', - 32: 'space' + 27: 'esc' }, EVENT_FOR = { 8: events.ui.recipients.deleteLast, -- cgit v1.2.3