1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Fixes IE11 issue with select loosing focus having selected an item.

This commit is contained in:
ToreOlavKristiansen 2017-04-07 15:43:56 +02:00 committed by alexweissman
parent d9b8624682
commit 6eee443d67

View File

@ -175,7 +175,7 @@ define([
this.resizeSearch(); this.resizeSearch();
if (searchHadFocus) { if (searchHadFocus) {
this.$search.focus(); this.$element.focus();
} }
}; };