remove runtime

This commit is contained in:
hufeixiong
2021-07-13 15:15:19 +08:00
parent a687b1b42c
commit 4367633ec2
19 changed files with 158 additions and 111 deletions

View File

@@ -159,7 +159,7 @@ function Blocks(props: PropsWithChildren<BlockProps>) {
{props.data.position === 'static' && props.data.display === 'inline' && (
<span style={{ pointerEvents: 'none' }}>{state}</span>
)}
<BlockResizer data={props.data} rect={ref}></BlockResizer>
<BlockResizer data={props.data} config={props.config} rect={ref}></BlockResizer>
</div>
);
} else {