Merge branch 'fix/patch-fix-widget-drag' into 'release'
Fix widget drag issue See merge request theappsmith/internal-tools-client!234
This commit is contained in:
commit
aae19a487c
|
|
@ -39,6 +39,7 @@ const WidgetBoundaries = styled.div`
|
|||
border: 1px dashed
|
||||
${props => getColorWithOpacity(props.theme.colors.textAnchor, 0.5)};
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
`;
|
||||
|
||||
const DragHandle = styled.div`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user