删除注释的代码

This commit is contained in:
杨劼
2025-09-16 11:29:56 +08:00
parent 5c501c67fe
commit 0d98aa899d
2 changed files with 0 additions and 4 deletions

View File

@@ -52,8 +52,6 @@ public class WrapPanelWithTrailingItem : Panel
if (!IsItemsHost) LogicalChildren.Add(newValue);
}
}
// WrapPanel p = new WrapPanel();
}
protected override Size MeasureOverride(Size availableSize)

View File

@@ -159,8 +159,6 @@ public class SelectionList : SelectingItemsControl
protected override void OnKeyDown(KeyEventArgs e)
{
// var hotkeys = Application.Current!.PlatformSettings?.HotkeyConfiguration;
if (e.Key.ToNavigationDirection() is { } direction && direction.IsDirectional())
e.Handled |= MoveSelection(direction, WrapSelection);
base.OnKeyDown(e);