Added second comment back
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
							parent
							
								
									5cf126dea3
								
							
						
					
					
						commit
						895be6e7a6
					
				|  | @ -114,6 +114,7 @@ export default class TextualBody extends React.Component { | |||
|             const codes = ReactDOM.findDOMNode(this).getElementsByTagName("code"); | ||||
|             if (codes.length > 0) { | ||||
|                 // Do this asynchronously: parsing code takes time and we don't
 | ||||
|                 // need to block the DOM update on it.
 | ||||
|                 setTimeout(() => { | ||||
|                     if (this._unmounted) return; | ||||
|                     for (let i = 0; i < codes.length; i++) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Šimon Brandner
						Šimon Brandner