1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-27 11:09:48 +02:00

Merge pull request #30 from lxsang/master

fix display issues
This commit is contained in:
Xuan Sang LE
2020-12-09 11:27:58 +01:00
committed by GitHub

View File

@ -18,7 +18,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, 0, true, (data) => { this.instant_compose = this.compose(editor, 0, true, (data) => {
this.show_comment(container, data, true);//.scrollIntoView(); this.show_comment(container, data, true).scrollIntoView();
}); });
}); });
} }