Drag and Drop on a scaled container

前端 未结 1 1907
时光说笑
时光说笑 2021-01-26 04:22

I am new to React. I am working on a project, whose one of the features is dragging and dropping

The draggable components are supposed to be dragged and dropped on the

1条回答
  •  星月不相逢
    2021-01-26 05:16

    What if the object that you are trying to drop in Container A is scaled to the same transform properties as its destination container once you hover it over the destination container? (before you drop it)

    0 讨论(0)
提交回复
热议问题