diff options
author | 2021-06-07 15:12:38 -0400 | |
---|---|---|
committer | 2021-06-07 15:12:38 -0400 | |
commit | 194cc067ff186f74204e3c3fd947d723ce362d9f (patch) | |
tree | e89bd8569c6fcbc82b2bd44fcd6b92e668a723b0 /src/components | |
parent | Update code field styling after pulling upstream (diff) |
Update HTML Element handler comment
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Question.tsx | 2 |
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 { |