Skip to content

Commit

Permalink
FIX Repalce mouseDown with keyDown event on treedropdown option button (
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Apr 30, 2024
1 parent 3bf5a60 commit 3434873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class TreeDropdownField extends Component {
type="button"
className="treedropdownfield__option-button fill-width"
onClick={handleNavigate}
onMouseDown={handleNavigate}
onKeyDown={(event) => this.handleKeyDown(event)}
onTouchStart={handleNavigate}
>
<span className="treedropdownfield__option-count-icon font-icon-right-open-big" />
Expand Down

0 comments on commit 3434873

Please sign in to comment.