fregante / fit-textarea

Automatically expand a <textarea> to fit its content, in a few bytes
https://npmjs.com/fit-textarea
MIT License
78 stars 2 forks source link

Avoid unnecessary reflows by keeping track of line count #3

Closed fregante closed 5 years ago

fregante commented 5 years ago

on input, if lineCount === previousLineCount, return

fregante commented 5 years ago

Wrapped lines can’t be counted. Same reason as #5 :(