Skip to content

Commit 0ea61d5

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
Co-authored-by: Copilot <[email protected]>
1 parent da94e9c commit 0ea61d5

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ qx.Class.define("osparc.desktop.StudyEditor", {
333333
"document": latestStudyData,
334334
};
335335
this.__applyProjectDocument(latestData);
336+
})
337+
.catch(err => {
338+
console.error("Failed to re-sync project document after WebSocket reconnect:", err);
336339
});
337340
});
338341
});

0 commit comments

Comments
 (0)