scroll review activity reply box into view on devhub versions page (#4771)
This commit is contained in:
Родитель
e8ffd49ef6
Коммит
2ffd6262e3
|
@ -720,6 +720,10 @@ function initVersions() {
|
|||
|
||||
function loadReviewHistory(div, nextLoad) {
|
||||
div.removeClass("hidden");
|
||||
replybox = div.children('.dev-review-reply')
|
||||
if (replybox.size() == 1) {
|
||||
replybox[0].scrollIntoView(false);
|
||||
}
|
||||
var token = div.data('token');
|
||||
var container = div.children('.history-container');
|
||||
container.children('.review-entry-loading').removeClass("hidden");
|
||||
|
|
Загрузка…
Ссылка в новой задаче