Fix #3673: Autocomplete: hide menu after hitting space.
This commit is contained in:
@@ -115,6 +115,11 @@
|
||||
var metatag = query.metatag;
|
||||
var term = query.term;
|
||||
|
||||
if (!metatag && !term) {
|
||||
this.close();
|
||||
return;
|
||||
}
|
||||
|
||||
switch(metatag) {
|
||||
case "md5":
|
||||
case "width":
|
||||
|
||||
Reference in New Issue
Block a user