@BATU wrote:
I add some function to addModelChangedListener, but I always got event.diagram is null.
function somefunction (event) {
var diag = event.diagram;
}
diagram.addModelChangedListener(somefunction);why it is always null, or something work around ?
Posts: 1
Participants: 1