1
0
mirror of synced 2024-11-26 06:46:04 +03:00

fix #1391 make tabbing out work when no results message is shown

This commit is contained in:
Igor Vaynberg 2013-06-13 21:02:49 -07:00
parent c36b53ad24
commit 455067ed4e

View File

@ -1651,6 +1651,8 @@ the specific language governing permissions and limitations under the Apache Lic
if (data) {
this.highlight(index);
this.onSelect(data, options);
} else if (options.noFocus) {
this.close();
}
},