mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 13:45:13 +08:00
Remove some comments
This commit is contained in:
@@ -111,9 +111,9 @@ class Editor extends React.Component {
|
||||
className={styles.contentEditable}
|
||||
id={id}
|
||||
ref={this.handleRef}
|
||||
html={this.state.html} // innerHTML of the editable div
|
||||
disabled={false} // use true to disable edition
|
||||
onChange={this.handleChange} // handle innerHTML change
|
||||
html={this.state.html}
|
||||
disabled={false}
|
||||
onChange={this.handleChange}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user