Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Textinput: Do sync height update even in IE8
(cherry picked from commit 766a03d)

Closes gh-7582
Fixes gh-7577
  • Loading branch information
Gabriel Schulhof committed Aug 1, 2014
1 parent 36a9898 commit 6c9b996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/forms/autogrow.js
Expand Up @@ -68,7 +68,7 @@ define( [
}, this ),
"transition" );
}
this._timeout();
this._prepareHeightUpdate();
}
},

Expand Down

0 comments on commit 6c9b996

Please sign in to comment.