Skip to content

Commit d55bd3b

Browse files
committed
minor
1 parent 9fc3907 commit d55bd3b

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/ui/basic

1 file changed

+1
-0
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);

0 commit comments

Comments
 (0)