Fix indent
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
072cbe98b5
commit
25f30ca79f
1 changed files with 3 additions and 3 deletions
|
@ -111,9 +111,9 @@ export default class TextualBody extends React.Component {
|
||||||
* need to block the DOM update on it. */
|
* need to block the DOM update on it. */
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (this._unmounted) return;
|
if (this._unmounted) return;
|
||||||
for (let i = 0; i < pres.length; i++) {
|
for (let i = 0; i < pres.length; i++) {
|
||||||
this._highlightCode(codes[i]);
|
this._highlightCode(codes[i]);
|
||||||
}
|
}
|
||||||
}, 10);
|
}, 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue