From 9beec6f8b80b23c99eabe24f8817d98bb4cf26b2 Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" <mjgiarlo@stanford.edu> Date: Thu, 24 Jun 2021 12:54:35 -0700 Subject: [PATCH] Update src/TextEditor.js Co-authored-by: Chris Beer <cabeer@stanford.edu> --- src/TextEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextEditor.js b/src/TextEditor.js index 4ad4215..3dcaee9 100644 --- a/src/TextEditor.js +++ b/src/TextEditor.js @@ -26,7 +26,7 @@ class TextEditor extends Component { /** * This is a kinda silly hack (but apparently recommended approach) to - * making sure the whole visible editor area, not just the first line. + * making sure the whole visible editor area is clickable, not just the first line. */ handleFocus() { if (this.editorRef.current) this.editorRef.current.focus(); -- GitLab