fix wrap layout

This commit is contained in:
qhy040404
2024-05-21 23:53:23 +08:00
parent cf431719df
commit c6f747a89b
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ internal sealed class WrapLayoutState
{
foreach (ref readonly WrapItem item in CollectionsMarshal.AsSpan(items))
{
item.Position = default;
item.Position = WrapItem.EmptyPosition;
}
}

View File

@@ -2,7 +2,7 @@
"profiles": {
"Snap.Hutao": {
"commandName": "MsixPackage",
"nativeDebugging": true,
"nativeDebugging": false,
"doNotLaunchApp": false,
"allowLocalNetworkLoopbackProperty": true
},