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