Scroll to top of textarea when clicking a message to use when
completing a review. - Legacy-Id: 12164
This commit is contained in:
parent
e11a911d86
commit
ed8f35e5a9
|
@ -98,7 +98,7 @@ $(document).ready(function () {
|
|||
row = row.closest(".mail-archive-search-result");
|
||||
|
||||
form.find("[name=review_url]").val(row.data("url"));
|
||||
form.find("[name=review_content]").val(row.data("content"));
|
||||
form.find("[name=review_content]").val(row.data("content")).prop("scrollTop", 0);
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue