Really abort autocompletion when hitting Escape

release-0.7
thomascube 13 years ago
parent f7b58afb94
commit bd3891145b

@ -3507,7 +3507,7 @@ function rcube_webmail()
case 27: // escape
this.ksearch_hide();
break;
return;
case 37: // left
case 39: // right

Loading…
Cancel
Save