diff options
author | Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> | 2019-06-27 14:33:42 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-06-27 14:33:42 +0000 |
commit | ae9f91d18c20236f134f9333192730d8a9d42e15 (patch) | |
tree | 068d68c4a10e0b5b5c38c4a878cad2ee3a5c1583 /changelogs | |
parent | d56d5f98033a76119c82257ded8d4fe6a49b5a0d (diff) | |
download | gitlab-ce-ae9f91d18c20236f134f9333192730d8a9d42e15.tar.gz |
Fix unresponsive reply button in discussions
Events listeners have been fixed to ensure UI interactions are
properly handled in discussion notes
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/63200-reply-button-broken.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/63200-reply-button-broken.yml b/changelogs/unreleased/63200-reply-button-broken.yml new file mode 100644 index 00000000000..11f81dbd925 --- /dev/null +++ b/changelogs/unreleased/63200-reply-button-broken.yml @@ -0,0 +1,5 @@ +--- +title: Fix unresponsive reply button in discussions +merge_request: 29936 +author: +type: fixed |