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:
Abhinav Jha 2020-01-10 12:19:35 +00:00
commit aae19a487c

View File

@ -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`