Skip to content

Commit 3cd2584

Browse files
committed
don't fire twice
1 parent 253a67c commit 3cd2584

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/Node.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,8 @@ qx.Class.define("osparc.data.model.Node", {
776776
this.getStatus().setModified(false);
777777
}
778778

779-
this.fireDataEvent("changeOutputs", this.getOutputs());
779+
// event was fired in the outputs setter
780+
// this.fireDataEvent("changeOutputs", this.getOutputs());
780781
}
781782
},
782783

0 commit comments

Comments
 (0)