From b98629fc51ad4fab5b392426c368ef049713b06e Mon Sep 17 00:00:00 2001 From: h82258652 <842053625@qq.com> Date: Thu, 12 Jun 2025 10:34:54 +0800 Subject: [PATCH] init commit --- components/Primitives/src/WrapLayout/WrapLayout.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Primitives/src/WrapLayout/WrapLayout.cs b/components/Primitives/src/WrapLayout/WrapLayout.cs index cb3f9462..82b354c3 100644 --- a/components/Primitives/src/WrapLayout/WrapLayout.cs +++ b/components/Primitives/src/WrapLayout/WrapLayout.cs @@ -190,8 +190,6 @@ protected override Size MeasureOverride(VirtualizingLayoutContext context, Size context.RecycleElement(item.Element); item.Element = null; } - - continue; } else if (position.V > realizationBounds.VMax) {