Re-add ref in jsx removed in merge conflict
This commit is contained in:
parent
038ae553f4
commit
47458ae601
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ class SketchListRowBase extends React.Component {
|
||||||
onKeyUp={this.handleRenameEnter}
|
onKeyUp={this.handleRenameEnter}
|
||||||
onBlur={this.resetSketchName}
|
onBlur={this.resetSketchName}
|
||||||
onClick={e => e.stopPropagation()}
|
onClick={e => e.stopPropagation()}
|
||||||
|
ref={this.renameInput}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
|
|
Loading…
Reference in a new issue