do not call host.onFocus before textarea is actually focused
This commit is contained in:
parent
c5d66e1f5f
commit
28e1e159f6
1 changed files with 0 additions and 1 deletions
|
|
@ -246,7 +246,6 @@ var TextInput = function(parentNode, host) {
|
|||
});
|
||||
|
||||
this.focus = function() {
|
||||
host.onFocus();
|
||||
reset();
|
||||
text.focus();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue