diff --git a/src/editor/widgets/comment/TextEntryField.jsx b/src/editor/widgets/comment/TextEntryField.jsx index e32def7..b1e3ae1 100644 --- a/src/editor/widgets/comment/TextEntryField.jsx +++ b/src/editor/widgets/comment/TextEntryField.jsx @@ -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() {