1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #1694 from cnanney/patch-1

Fix focus on select
This commit is contained in:
Igor Vaynberg 2013-09-06 22:36:47 -07:00
commit b4083330b3

View File

@ -2225,7 +2225,7 @@ the specific language governing permissions and limitations under the Apache Lic
this.close();
if (!options || !options.noFocus)
this.selection.focus();
this.focusser.focus();
if (!equal(old, this.id(data))) { this.triggerChange({added:data,removed:oldData}); }
},