mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
Merge pull request #21 from lxsang/master
allow tab, math and highlight in comments
This commit is contained in:
commit
99414311e5
@ -204,13 +204,13 @@ class QuickTalk {
|
||||
ret.result.forEach((comment) => {
|
||||
this.show_comment(container, comment, true);
|
||||
});
|
||||
if (this.options.onload) {
|
||||
this.options.onload();
|
||||
}
|
||||
}
|
||||
else {
|
||||
this.error(ret.error);
|
||||
}
|
||||
if (this.options.onload) {
|
||||
this.options.onload();
|
||||
}
|
||||
});
|
||||
return container;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user