Added comment back
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b97d8979c7
commit
5cf126dea3
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ export default class TextualBody extends React.Component {
|
|||
// Highlight code
|
||||
const codes = ReactDOM.findDOMNode(this).getElementsByTagName("code");
|
||||
if (codes.length > 0) {
|
||||
// Do this asynchronously: parsing code takes time and we don't
|
||||
setTimeout(() => {
|
||||
if (this._unmounted) return;
|
||||
for (let i = 0; i < codes.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue