1
0
Fork 0
mirror of synced 2025-04-03 05:03:31 +03:00

Merge branch 'focus-event' of https://github.com/nino-s/select2 into hotfix

This commit is contained in:
alexweissman 2017-09-06 16:59:54 -04:00
commit ca4de9dcb0

View file

@ -63,7 +63,7 @@ define([
}); });
container.on('focus', function () { container.on('focus', function () {
if (container.isOpen()) { if (!container.isOpen()) {
self.$search.focus(); self.$search.focus();
} }
}); });