Skip to content

Commit 47458ae

Browse files
committed
Re-add ref in jsx removed in merge conflict
1 parent 038ae55 commit 47458ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/IDE/components/SketchList.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ class SketchListRowBase extends React.Component {
258258
onKeyUp={this.handleRenameEnter}
259259
onBlur={this.resetSketchName}
260260
onClick={e => e.stopPropagation()}
261+
ref={this.renameInput}
261262
/>
262263
}
263264
</React.Fragment>

0 commit comments

Comments
 (0)