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:
@@ -66,7 +66,7 @@ export const ContextMenu = ({ selectedIds }: OwnProps) => {
|
||||
ref={wrapperRef}
|
||||
position={contextMenuPosition}
|
||||
>
|
||||
<StyledDropdownMenu>
|
||||
<StyledDropdownMenu data-select-disable>
|
||||
<StyledDropdownMenuItemsContainer>
|
||||
{contextMenuEntries.map((item) => (
|
||||
<ContextMenuItem
|
||||
|
||||
Reference in New Issue
Block a user