Skip to content

Commit 233031b

Browse files
authored
🎨 [Frontend] Less noisy Node moving (#8152)
1 parent b1c1848 commit 233031b

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)