Cleanup
This commit is contained in:
parent
4627c5a6bf
commit
bce13d0210
|
@ -15,10 +15,7 @@ export default class TextEntryField extends Component {
|
||||||
|
|
||||||
// Focus on render
|
// Focus on render
|
||||||
onRender = ref => {
|
onRender = ref => {
|
||||||
/*
|
// Note: we could use this to set automatic focus (but leave this out for now)
|
||||||
if (ref && this.props.editable)
|
|
||||||
setTimeout(() => ref.focus(), 1);
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in New Issue