update 0.11.3

This commit is contained in:
hufeixiong
2022-01-04 12:15:09 +08:00
parent e95eadcc5e
commit 143dceb690
13 changed files with 79 additions and 10 deletions

View File

@@ -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)}