gitlab-org--gitlab-foss/app
Robert Speicher 933834c4a6 Allow manual resize of js-autosize textareas
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
2016-02-01 17:00:03 -05:00
..
assets Allow manual resize of js-autosize textareas 2016-02-01 17:00:03 -05:00
controllers First pass at deleting projects in the background. 2016-01-29 09:14:16 -05:00
finders Scope issue projects to a Group when possible 2016-01-18 12:27:33 +01:00
helpers Render sanitized SVG images 2016-02-01 18:25:32 +01:00
mailers Added X-GitLab-... headers to emails from CI and Email On Push services 2016-01-19 20:18:39 +02:00
models Merge branch 'merge-request-closes-issues-performance' into 'master' 2016-02-01 15:32:58 -05:00
services First pass at deleting projects in the background. 2016-01-29 09:14:16 -05:00
uploaders Let the CI runner know about builds that this build depends on 2016-01-14 19:45:55 +01:00
validators Blacklist 'new' 2016-01-08 10:19:22 +01:00
views Render sanitized SVG images 2016-02-01 18:25:32 +01:00
workers First pass at deleting projects in the background. 2016-01-29 09:14:16 -05:00