Skip to content

Commit 3bd294a

Browse files
committed
minor
1 parent 3e922f8 commit 3bd294a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ qx.Class.define("osparc.widget.PersistentIframe", {
233233
top: (divPos.top - iframeParentPos.top),
234234
right: (iframeParentPos.right - iframeParentPos.left - divPos.right)
235235
});
236+
237+
this.__buttonContainer.setVisibility(this.isShowToolbar() ? "visible" : "excluded");
236238
}, 0);
237239
},
238240

0 commit comments

Comments
 (0)