aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Question.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Question.tsx b/src/components/Question.tsx
index e6bb845..ea04e87 100644
--- a/src/components/Question.tsx
+++ b/src/components/Question.tsx
@@ -48,7 +48,7 @@ class RenderedQuestion extends React.Component<QuestionProp> {
this.props.public_state.set(target, value);
}
- // This is here to allow dynamic selection between the general handler, and the textarea handler.
+ // This is here to allow dynamic selection between the general handler, textarea, and code field handlers.
handler(_: ChangeEvent<HTMLInputElement | HTMLTextAreaElement> | string): void {} // eslint-disable-line
blurHandler(): void {