Skip to content

Commit 9d33d12

Browse files
committed
disable echo lop check
1 parent 08d695a commit 9d33d12

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
978978
},
979979

980980
__isEchoLoop: function(patchData) {
981+
return false;
981982
// check if the patchData is an echo loop, i.e. it is the same as the last synced project document
982983
// if it is, return true
983984
const pathParts = patchData["path"].split("/").slice(1); // remove the first empty part

0 commit comments

Comments
 (0)