bptlab / chor-js-demo

A demo showcasing the chor-js BPMN 2.0 choreography diagram modeler.
23 stars 10 forks source link

Allow importing the same diagram again #57

Closed yT0n1 closed 3 years ago

yT0n1 commented 3 years ago

Fixes a bug where it was not possible to import a diagram file again if it had been previously imported.

The issue was that the value for the input element was the same and no changed event would be fired.