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 9fc3907 commit d55bd3bCopy full SHA for d55bd3b
services/static-webserver/client/source/class/osparc/ui/basic/AvatarGroup.js
@@ -36,6 +36,7 @@ qx.Class.define("osparc.ui.basic.AvatarGroup", {
36
this.__orientation = orientation;
37
this.__maxVisible = Math.max(1, Math.floor(maxWidth/size) - 1); // Ensure at least 1 visible avatar
38
this.__userGroupIds = [];
39
+ this.__avatars = [];
40
41
this.__isPointerInside = false;
42
this.__onGlobalPointerMove = this.__onGlobalPointerMove.bind(this);
0 commit comments