Skip to content

Commit 5d0991a

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/study/StudyPreview.js
Co-authored-by: Copilot <[email protected]>
1 parent e152e76 commit 5d0991a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/study/StudyPreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ qx.Class.define("osparc.study.StudyPreview", {
5252
if (study.getWorkbench().isDeserialized()) {
5353
workbenchReady();
5454
} else {
55-
study.getWorkbench().addListener("changeDeserialized", e => {
55+
study.getWorkbench().addListenerOnce("changeDeserialized", e => {
5656
if (e.getData()) {
5757
workbenchReady();
5858
}

0 commit comments

Comments
 (0)