1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-23 17:19:47 +02:00

fix display issues

This commit is contained in:
lxsang
2020-12-09 11:22:51 +01:00
parent d9ab470487
commit fbe0f6397c
8 changed files with 32 additions and 7 deletions

View File

@ -18,7 +18,7 @@ class QuickTalk {
this.instant_compose.parentNode.removeChild(this.instant_compose);
}
this.instant_compose = this.compose(editor, 0, true, (data) => {
this.show_comment(container, data, true).scrollIntoView();
this.show_comment(container, data, true);//.scrollIntoView();
});
});
}
@ -196,7 +196,7 @@ class QuickTalk {
container.appendChild(preview);
container.appendChild(footer);
at.appendChild(container);
container.scrollIntoView();
//container.scrollIntoView();
return container;
}
load_thread(at) {