drop={args => {
args.cancel = true;
var node = args.element;
diagramInstance.add({
id: node.id + "qwertyuiotyuio",
shape: node.shape,
offsetX: node.offsetX,
offsetY: node.offsetY,
width: node.width,
height: node.height
});
}} |