sendkeys: Fix `jQuery.fn.focus()` return value
parent
cff205dbd7
commit
39506fcde1
|
@ -158,7 +158,7 @@ $.fn.focus = function(){
|
|||
this[0].focus();
|
||||
this.selectionTracker();
|
||||
}
|
||||
focus.apply(this, arguments);
|
||||
return focus.apply(this, arguments);
|
||||
}
|
||||
|
||||
})(jQuery)
|
||||
|
|
Loading…
Reference in New Issue