fix: Component awlays reset
This commit is contained in:
@@ -217,7 +217,6 @@ async function handleAddComponent(componentData: {
|
||||
x: Math.round(position.x + offsetX),
|
||||
y: Math.round(position.y + offsetY),
|
||||
attrs: componentData.props,
|
||||
capsPage: capsPage, // 设置组件的能力页面
|
||||
rotate: 0,
|
||||
group: "",
|
||||
positionlock: false,
|
||||
|
||||
Reference in New Issue
Block a user