Closed fbrillante closed 8 years ago
Hi,
thanks for reporting this. We are preparing a fix for that. It's important to pass async: false
option when cloning an element.
options.graph.addCells([clone, link], { halo: this.cid, async: false });
Fixed in v2.0.
If the parameter async: true is set into the Paper, the fork action from the halo does not work and this error can be found in browser's console:
The issue can be easily reproduced also in Rappid examples, such as "BPMN Editor".