aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar DawnOfMidnight <[email protected]>2021-06-07 15:12:38 -0400
committerGravatar GitHub <[email protected]>2021-06-07 15:12:38 -0400
commit194cc067ff186f74204e3c3fd947d723ce362d9f (patch)
treee89bd8569c6fcbc82b2bd44fcd6b92e668a723b0
parentUpdate code field styling after pulling upstream (diff)
Update HTML Element handler comment
-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 {