mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-12-28 02:08:22 +01:00
commit
be1f9e9fe1
@ -258,7 +258,7 @@ class QuickTalk {
|
|||||||
this.instant_compose.parentNode.removeChild(this.instant_compose);
|
this.instant_compose.parentNode.removeChild(this.instant_compose);
|
||||||
}
|
}
|
||||||
this.instant_compose = this.compose(editor, parseInt(comment.id), true, (data) => {
|
this.instant_compose = this.compose(editor, parseInt(comment.id), true, (data) => {
|
||||||
this.show_comment(sub_comments, data, false);
|
this.show_comment(sub_comments, data, false).scrollIntoView();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
container.appendChild(footer);
|
container.appendChild(footer);
|
||||||
|
Loading…
Reference in New Issue
Block a user