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:
@ -117,6 +117,7 @@ export const MatchColumnSelect = ({
|
||||
createPortal(
|
||||
<StyledFloatingDropdown ref={refs.setFloating} style={floatingStyles}>
|
||||
<StyledDropdownMenu
|
||||
data-select-disable
|
||||
ref={dropdownContainerRef}
|
||||
width={refs.domReference.current?.clientWidth}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user