You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
iterate PR
This commit is contained in:
@@ -60,13 +60,8 @@ export default class EditableText extends React.Component {
|
||||
this.placeholder = false;
|
||||
|
||||
this._editable_div = createRef();
|
||||
|
||||
this.state = {
|
||||
phase: EditableText.Phases.Display,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
state = {
|
||||
phase: EditableText.Phases.Display,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user