Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed May 11, 2024
1 parent 39f90ee commit 2d43096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/src/Handlers/View/ViewHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ public static void MapContainerView(IViewHandler handler, IView view)
handler.HasContainer = viewHandler.NeedsContainer;
else
handler.HasContainer = view.NeedsContainer();

handler.UpdateValue(nameof(IView.Visibility));
}

/// <summary>
Expand Down

0 comments on commit 2d43096

Please sign in to comment.