browngraphicslab / NuSys

0 stars 0 forks source link

RemoveBubble key not found exception #1574

Open mirandachao opened 7 years ago

mirandachao commented 7 years ago

Key not found exception in UserBubbles.RemoveBubble

public void RemoveBubble(string userId)
        {
            var bubble = _bubbles[userId];
            RemoveChild(bubble);
        }