1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-26 17:38:21 +01:00

Merge pull request #31 from lxsang/master

fix display issues
This commit is contained in:
Xuan Sang LE 2020-12-09 11:30:25 +01:00 committed by GitHub
commit be1f9e9fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,7 +258,7 @@ class QuickTalk {
this.instant_compose.parentNode.removeChild(this.instant_compose);
}
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);