Skip to content

Commit bd14d0f

Browse files
committed
Merge branch 'store_function_outputs' of github.com:wvangeit/osparc-simcore into store_function_outputs
2 parents 5eb4e9a + 6d9425b commit bd14d0f

File tree

4 files changed

+306
-344
lines changed

4 files changed

+306
-344
lines changed

services/static-webserver/client/source/class/osparc/ui/basic/AvatarGroup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ qx.Class.define("osparc.ui.basic.AvatarGroup", {
3636
this.__orientation = orientation;
3737
this.__maxVisible = Math.max(1, Math.floor(maxWidth/size) - 1); // Ensure at least 1 visible avatar
3838
this.__userGroupIds = [];
39+
this.__avatars = [];
3940

4041
this.__isPointerInside = false;
4142
this.__onGlobalPointerMove = this.__onGlobalPointerMove.bind(this);

services/static-webserver/client/source/class/osparc/workbench/BaseNodeUI.js

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)