Skip to content

Commit 905664c

Browse files
committed
fix: can not select issue rules after remove one in last two (#343)
1 parent 3a54471 commit 905664c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/RepositoryConfigure.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
Background="Transparent"
127127
ItemsSource="{Binding IssueTrackerRules}"
128128
SelectedItem="{Binding SelectedIssueTrackerRule, Mode=TwoWay}"
129-
SelectionMode="AlwaysSelected,Single">
129+
SelectionMode="Single">
130130
<ListBox.Styles>
131131
<Style Selector="ListBoxItem">
132132
<Setter Property="MinHeight" Value="0"/>

0 commit comments

Comments
 (0)