1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

fix display issues

This commit is contained in:
lxsang 2020-12-09 11:29:46 +01:00
parent 0325321883
commit 635d568627

View File

@ -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);