The dropdowns for @ and # were not working in comment edits since those elements don't exist when the page is loaded.
Add the same mentioning code from issues and pull requests to the comment_update template. This way dropdowns are added when the textarea is rendered.
comment_update
Works for me, let's merge, thanks! :)
Pull-Request has been merged by pingou
Purpose
The dropdowns for @ and # were not working in comment edits since those elements don't exist when the page is loaded.
Changes
Add the same mentioning code from issues and pull requests to the
comment_updatetemplate. This way dropdowns are added when the textarea is rendered.