mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
fix writer address field bugs
This commit is contained in:
parent
b59ca4a773
commit
b542ab898d
@ -409,6 +409,8 @@ define(function(require) {
|
||||
element.on('keydown', function(e) {
|
||||
var code = e.keyCode;
|
||||
|
||||
scope.$apply();
|
||||
|
||||
if (code === 32 || code === 188 || code === 186) {
|
||||
// catch space, comma, semicolon
|
||||
e.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user