Semantic-UI-React
Semantic-UI-React copied to clipboard
fix(Dropdown): Keep open dropdown focused on mousedown
Ensure that dropdown focus is not taken over by mousedown propagation.
Otherwise, this could cause the dropdown from remaining open after onClick
option.
Closes #4036