From bce13d0210e35264fbe176a129f6c9ec84665be7 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Tue, 10 Nov 2020 14:50:12 +0100 Subject: [PATCH] Cleanup --- src/editor/widgets/comment/TextEntryField.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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() {