1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-18 22:59:45 +02:00

Merge pull request #21 from lxsang/master

allow tab, math and highlight in comments
This commit is contained in:
Xuan Sang LE
2020-09-22 17:16:54 +02:00
committed by GitHub

View File

@ -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;
}