Fix copying text from a diff.

Review Request #13244 — Created Aug. 28, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

At some point in the past (years ago), the code managing smart copying
of diff content to the clipboard had broken due to a function being
renamed and being made part of a prototype.

This change fixes that by updating the calls, pointing to the corrected
function.

This will be backported to 5.x.

Successfully copied code without issues.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix copying text from a diff.
At some point in the past (years ago), the code managing smart copying of diff content to the clipboard had broken due to a function being renamed and being made part of a prototype. This change fixes that by updating the calls, pointing to the corrected function. This will be backported to 5.x.
8b2e0c33c16c7bf5a1aad03278bcc41d661a7e0f Christian Hammond
reviewboard/static/rb/js/views/textCommentRowSelector.es6.js
Loading...