summaryrefslogtreecommitdiff
path: root/vendor/assets/javascripts/jquery.ba-resize.js
Commit message (Collapse)AuthorAgeFilesLines
* Allow manual resize of js-autosize textareasrs-relax-autosizeRobert Speicher2016-02-011-0/+246
First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832