Skip to content

Commit 0bd93cb

Browse files
committed
comment
1 parent 98f67fc commit 0bd93cb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ qx.Class.define("osparc.data.model.Workbench", {
795795
return;
796796
}
797797

798-
// use the source data used to check the diffs
798+
// use the node data that was used to check the diffs
799799
const nodeData = workbenchSource[nodeId];
800800
let patchData = {};
801801
if (workbenchDiffs[nodeId] instanceof Array) {

0 commit comments

Comments
 (0)