gitlab-org--gitlab-foss/app/assets/javascripts/lib
Eric Eastwood 078ba6a2d6 Fix issue comment submit button disabled on GFM paste
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40373

When copying some text from another note and paste,
it goes through `copy_as_gfm` `paste` handler
that calls `e.preventDefault()` which stops things.
But then when inserting the text, we manually trigger
an `input` event with jQuery which doesn't seem to be
picked up by Vue `v-model`.

Using copy/paste trick from https://stackoverflow.com/a/41046276/796832
2017-11-28 10:53:01 -06:00
..
ace
utils Fix issue comment submit button disabled on GFM paste 2017-11-28 10:53:01 -06:00
ace.js