Skip to content

🐛 [Bug]: 拖拽到子组件中,父组件会一起消失 #344

Description

@iDayMonthYear

Environment

edge

Version

latest

Version

latest

Link to minimal reproduction

{
  "state": {},
  "methods": {},
  "componentName": "Page",
  "css": "",
  "props": {},
  "lifeCycles": {},
  "children": [
    {
      "componentName": "div",
      "props": {},
      "id": "85375559",
      "children": [
        {
          "componentName": "TinySwitch",
          "props": {
            "modelValue": ""
          },
          "id": "33433546"
        },
        {
          "componentName": "TinySwitch",
          "props": {
            "modelValue": ""
          },
          "id": "33433543"
        }
      ]
    }
  ],
  "dataSource": {
    "list": []
  },
  "utils": [],
  "bridge": [],
  "inputs": [],
  "outputs": [],
  "fileName": "DemoPage"
}

Step to reproduce

1.选种div
2.然后将div拖入到2个组件中间,松开
3.div一起消失了

演示代码为官方示例地址。

What is expected

No response

What is actually happening

No response

Any additional comments (optional)

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions