Fix #3673: Autocomplete: hide menu after hitting space.

This commit is contained in:
evazion
2018-04-27 13:23:05 -05:00
parent c398c8fff6
commit d731ec4393

View File

@@ -115,6 +115,11 @@
var metatag = query.metatag;
var term = query.term;
if (!metatag && !term) {
this.close();
return;
}
switch(metatag) {
case "md5":
case "width":