Disable history completion during emoji completion

This commit is contained in:
Yash Srivastav 2016-12-12 05:12:33 +05:30
parent 785842cde5
commit 7229e0dda4
No known key found for this signature in database
GPG key ID: 67A09FFAC003E189

View file

@ -56,7 +56,7 @@ import jQuery from "jquery";
case 38: // Up
case 40: // Down
// NOTICE: This is specific to The Lounge.
if (e.ctrlKey || e.metaKey) {
if (e.ctrlKey || e.metaKey || self.data("autocompleting")) {
break;
}