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

Commit 6c9b996

Browse files
author
Gabriel Schulhof
committed
Textinput: Do sync height update even in IE8
(cherry picked from commit 766a03d) Closes gh-7582 Fixes gh-7577
1 parent 36a9898 commit 6c9b996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/autogrow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ define( [
6868
}, this ),
6969
"transition" );
7070
}
71-
this._timeout();
71+
this._prepareHeightUpdate();
7272
}
7373
},
7474

0 commit comments

Comments
 (0)