Commit e194c3e4 authored by fat's avatar fat
Browse files

rebuild

parent 5da30ee5
Showing with 3 additions and 1 deletion
+3 -1
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
e.stopPropagation() e.stopPropagation()
e.preventDefault() e.preventDefault()
this.select() this.select()
this.$element.focus()
} }
, mouseenter: function (e) { , mouseenter: function (e) {
......
...@@ -2001,6 +2001,7 @@ ...@@ -2001,6 +2001,7 @@
e.stopPropagation() e.stopPropagation()
e.preventDefault() e.preventDefault()
this.select() this.select()
this.$element.focus()
} }
, mouseenter: function (e) { , mouseenter: function (e) {
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment