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 81c3722 commit 5aa8152Copy full SHA for 5aa8152
services/static-webserver/client/source/class/osparc/data/model/StudyUI.js
@@ -42,6 +42,15 @@ qx.Class.define("osparc.data.model.StudyUI", {
42
this.addAnnotation(annotation);
43
});
44
}
45
+
46
+ slideshow.addListener("changeSlideshow", () => {
47
+ this.fireDataEvent("projectDocumentChanged", {
48
+ "op": "replace",
49
+ "path": "/ui/slideshow",
50
+ "value": slideshow.serialize(),
51
+ "osparc-resource": "study-ui",
52
+ });
53
+ }, this);
54
},
55
56
properties: {
0 commit comments