Skip to content

Commit

Permalink
Revert "Attempt to more aggressively capture focus/blur events??"
Browse files Browse the repository at this point in the history
This reverts commit ae2b782.
  • Loading branch information
cee-chen committed May 16, 2024
1 parent f5cc568 commit 399aa7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ export default class Time extends React.Component {
<div
className={timeBoxClassNames}
onKeyDown={this.onInputKeyDown}
onFocusCapture={this.onFocus}
onBlurCapture={this.onBlur}
onFocus={this.onFocus}
onBlur={this.onBlur}
>
<ul
aria-label={this.props.timeCaption}
Expand Down

0 comments on commit 399aa7e

Please sign in to comment.