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 f217b21 commit a09d586Copy full SHA for a09d586
services/static-webserver/client/source/class/osparc/data/model/StudyUI.js
@@ -186,6 +186,7 @@ qx.Class.define("osparc.data.model.StudyUI", {
186
jsonObject["slideshow"] = this.getSlideshow().serialize();
187
jsonObject["currentNodeId"] = this.getCurrentNodeId() || "";
188
jsonObject["mode"] = this.getMode();
189
+ jsonObject["annotations"] = null;
190
const annotations = this.getAnnotations();
191
if (Object.keys(annotations).length) {
192
jsonObject["annotations"] = {};
0 commit comments