Skip to content

Commit

Permalink
fix: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillDyachkovskiy committed Oct 10, 2023
1 parent 161c7e2 commit d4de1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controls/TextInput/AdditionalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const AdditionalContent = React.forwardRef<HTMLDivElement, Props>(functio
}

return (
// It is used to handle clicks on the switcher control
// It is used to focus the control input if non-interaction element is provided.
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions
<div ref={ref} className={b('additional-content', {placement})} onClick={onClick}>
{children}
Expand Down

0 comments on commit d4de1b5

Please sign in to comment.