Skip to content

Commit

Permalink
View does not disable itself on initialisation anymore. Now this beha…
Browse files Browse the repository at this point in the history
…vior should be controlled through inspector in scene.
  • Loading branch information
bustedbunny committed Feb 23, 2023
1 parent 1f64550 commit ded01ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Runtime/Common/View/BaseView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public void Initialize()
{
BindingParser = ResolveBinding();
}

enabled = false;
}

public virtual VisualElement ResolveParent() => null;
Expand Down

0 comments on commit ded01ac

Please sign in to comment.