There was an error while loading. Please reload this page.
1 parent 1367a03 commit e4a7687Copy full SHA for e4a7687
1 file changed
apps/demo-free-layout/src/nodes/group/index.tsx
@@ -38,6 +38,11 @@ export const GroupNodeRegistry: FlowNodeRegistry = {
38
return !transform.bounds.contains(mousePos.x, mousePos.y);
39
},
40
expandable: false,
41
+ /**
42
+ * It cannot be added through the panel
43
+ * 不能通过面板添加
44
+ */
45
+ nodePanelVisible: false,
46
47
formMeta: {
48
render: () => <></>,
0 commit comments