You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select a layer, edit an input widget like a NumberInput, click in the viewport so it deselects the layer, this causes a crash because it's sending the widget value update to the backend which arrives after the widget ID has been disposed since the Properties panel isn't showing that widget anymore. Ideally, we'd apply the update before deselecting so the user's input isn't lost.