This commit is contained in:
Rainer Simon 2020-11-10 14:50:12 +01:00
parent 4627c5a6bf
commit bce13d0210
1 changed files with 1 additions and 4 deletions

View File

@ -15,10 +15,7 @@ export default class TextEntryField extends Component {
// Focus on render
onRender = ref => {
/*
if (ref && this.props.editable)
setTimeout(() => ref.focus(), 1);
*/
// Note: we could use this to set automatic focus (but leave this out for now)
}
render() {