comment
.querySelector(".commentResponseList")!
.insertBefore(fragment, comment.querySelector(".commentLoadNextResponses"));
+ DomChangeListener.trigger();
comment.dataset.lastResponseTime = response.lastResponseTime.toString();
comment.dataset.lastResponseId = response.lastResponseID.toString();
this.#container
.querySelector(".commentList")!
.insertBefore(fragment, this.#container.querySelector(".commentLoadNext"));
+ DomChangeListener.trigger();
this.#container.dataset.lastCommentTime = response.lastCommentTime.toString();
comment
.querySelector(".commentResponseList")
.insertBefore(fragment, comment.querySelector(".commentLoadNextResponses"));
+ Listener_1.default.trigger();
comment.dataset.lastResponseTime = response.lastResponseTime.toString();
comment.dataset.lastResponseId = response.lastResponseID.toString();
this.#initLoadNextResponses(comment);
this.#container
.querySelector(".commentList")
.insertBefore(fragment, this.#container.querySelector(".commentLoadNext"));
+ Listener_1.default.trigger();
this.#container.dataset.lastCommentTime = response.lastCommentTime.toString();
if (this.#displayedComments < this.#totalComments) {
button.disabled = false;