From 194cc067ff186f74204e3c3fd947d723ce362d9f Mon Sep 17 00:00:00 2001 From: DawnOfMidnight <78233879+dawnofmidnight@users.noreply.github.com> Date: Mon, 7 Jun 2021 15:12:38 -0400 Subject: Update HTML Element handler comment --- src/components/Question.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Question.tsx') 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 { 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 | string): void {} // eslint-disable-line blurHandler(): void { -- cgit v1.2.3