Skip to content

Fix tooltip text when Copy to cliboard is clicked

Luke Howell requested to merge (removed):22022-copy-to-clipboard-tooltip into master

What does this MR do?

Fixes #22022 (closed) to change tooltip text to "Copied!" when the "Copy to clipboard" button is clicked.

Are there points in the code the reviewer needs to double check?

Line 29 in app/assets/javascripts/copy_to_clipboard.js

Why was this MR needed?

There was a regression that prevents tooltip change on button click for Copy to clipboard.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #22022 (closed)

Merge request reports