You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the setupTextarea() function in input.js runs on a <textarea> that is hidden, the height calculation results in zero and is not run again until some text is entered into the input.
http://jsbin.com/kabozo/2/edit?html,output
When the
setupTextarea()function ininput.jsruns on a<textarea>that is hidden, the height calculation results in zero and is not run again until some text is entered into the input.