Drag and drop canvas shapes

获取Konva最新的信息

To enable drag&drop for any node on canvas you just need to pass draggable property into the component.

When you drag&drop shape it is recommended to save its position into you app store. You can use onDragMove and onDragEnd events for that purpose.

Next