fix: can not select issue rules after remove one in last two (#343)

This commit is contained in:
leo 2024-08-09 14:22:30 +08:00
parent 3a54471ea5
commit 905664c5e2
No known key found for this signature in database

View file

@ -126,7 +126,7 @@
Background="Transparent" Background="Transparent"
ItemsSource="{Binding IssueTrackerRules}" ItemsSource="{Binding IssueTrackerRules}"
SelectedItem="{Binding SelectedIssueTrackerRule, Mode=TwoWay}" SelectedItem="{Binding SelectedIssueTrackerRule, Mode=TwoWay}"
SelectionMode="AlwaysSelected,Single"> SelectionMode="Single">
<ListBox.Styles> <ListBox.Styles>
<Style Selector="ListBoxItem"> <Style Selector="ListBoxItem">
<Setter Property="MinHeight" Value="0"/> <Setter Property="MinHeight" Value="0"/>