()
| 52 | } |
| 53 | |
| 54 | render() { |
| 55 | return ( |
| 56 | <div className={this.state.current_theme} style={{ height: "100%" }}> |
| 57 | <table |
| 58 | id="code_table" |
| 59 | className={this.state.current_theme} |
| 60 | style={{ width: "100%" }} |
| 61 | > |
| 62 | <tbody id="code_body">{this.get_body()}</tbody> |
| 63 | </table> |
| 64 | </div> |
| 65 | ); |
| 66 | } |
| 67 | |
| 68 | componentDidUpdate() { |
| 69 | let source_is_displayed = |