Commit 408134f
fix(autosize): error thrown by IE in some cases when component is destroyed (#11109)
Fixes IE throwing an "Unspecified error" if an autosize textarea is destroyed between the time it requests an animation frame and when the animation frame is executed. The error manifested itself in our unit tests where the last animation frame usually fires after the test case has run.1 parent 0c7998c commit 408134f
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| |||
0 commit comments