We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f67fc commit 0bd93cbCopy full SHA for 0bd93cb
services/static-webserver/client/source/class/osparc/data/model/Workbench.js
@@ -795,7 +795,7 @@ qx.Class.define("osparc.data.model.Workbench", {
795
return;
796
}
797
798
- // use the source data used to check the diffs
+ // use the node data that was used to check the diffs
799
const nodeData = workbenchSource[nodeId];
800
let patchData = {};
801
if (workbenchDiffs[nodeId] instanceof Array) {
0 commit comments