Fix drag to select in dropdowns, context menu and action bar (#1704)
- fix drag to select disable at many locations
This commit is contained in:
@ -94,7 +94,7 @@ export const SingleEntityFilterDropdownButton = ({
|
||||
};
|
||||
|
||||
return (
|
||||
<StyledDropdownButtonContainer>
|
||||
<StyledDropdownButtonContainer data-select-disable>
|
||||
<StyledHeaderDropdownButton
|
||||
isUnfolded={isFilterDropdownUnfolded}
|
||||
onClick={() => handleIsUnfoldedChange(!isFilterDropdownUnfolded)}
|
||||
|
||||
Reference in New Issue
Block a user