We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480f570 commit 72ac1a7Copy full SHA for 72ac1a7
2 files changed
packages/ui/src/core/BaseLayoutWrapper.tsx
@@ -5,6 +5,7 @@ interface Props {
5
node: BaseNode;
6
}
7
8
+//라이브 모드에서는 항상 사용, 에디터 모드에서는 상황에 따라 선택적으로 사용됩니다.
9
export default function BaseLayoutNodeWrapper({ children, node }: Props) {
10
const { x: top, y: left, width, height, zIndex } = node.layout;
11
return (
packages/ui/src/core/LiveModeWrapper.tsx
0 commit comments