update 0.11.3
This commit is contained in:
@@ -60,6 +60,7 @@ function Container(props: PropsWithChildren<ContainerProps>) {
|
||||
backgroundColor: bgColor(),
|
||||
position: 'relative',
|
||||
overflow: 'hidden',
|
||||
cursor: 'default',
|
||||
...editContainerStyle,
|
||||
}}
|
||||
{...(props.context === 'edit' ? containerDragResolve(props.config) : null)}
|
||||
|
Reference in New Issue
Block a user