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:
parent
5e8a42639a
commit
0325321883
@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user