Commit e194c3e4 authored by fat's avatar fat
Browse files

rebuild

parent 5da30ee5
3 merge requests!6821Typeahead updater,!6666Patch 1,!6610Add outline for input[type="image"]
Showing with 3 additions and 1 deletion
+3 -1
......@@ -271,6 +271,7 @@
e.stopPropagation()
e.preventDefault()
this.select()
this.$element.focus()
}
, mouseenter: function (e) {
......
......@@ -2001,6 +2001,7 @@
e.stopPropagation()
e.preventDefault()
this.select()
this.$element.focus()
}
, 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