Merge branch 'release'
This commit is contained in:
commit
f57068d4a7
|
|
@ -10,6 +10,10 @@
|
|||
[context.develop.environment]
|
||||
REACT_APP_ENVIRONMENT = "DEVELOPMENT"
|
||||
|
||||
[context.deploy-preview]
|
||||
[context.deploy-preview.environment]
|
||||
REACT_APP_ENVIRONMENT = "DEVELOPMENT"
|
||||
[context.a]
|
||||
[context.a.environment]
|
||||
REACT_APP_ENVIRONMENT = "STAGING"
|
||||
|
||||
[context.b]
|
||||
[context.b.environment]
|
||||
REACT_APP_ENVIRONMENT = "STAGING"
|
||||
|
|
|
|||
|
|
@ -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