File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ public event EventHandler<RoutedEventArgs> ChangeDoubleTapped
96
96
97
97
public ChangeCollectionView ( )
98
98
{
99
- Focusable = true ;
100
99
InitializeComponent ( ) ;
101
100
}
102
101
Original file line number Diff line number Diff line change 65
65
<!-- Unstaged Changes -->
66
66
<v : ChangeCollectionView Grid.Row=" 1"
67
67
x : Name =" UnstagedChangesView"
68
+ Focusable =" True"
68
69
IsUnstagedChange =" True"
69
70
SelectionMode =" Multiple"
70
71
Background =" {DynamicResource Brush.Contents}"
100
101
<!-- Staged Changes -->
101
102
<v : ChangeCollectionView Grid.Row=" 3"
102
103
x : Name =" StagedChangesView"
104
+ Focusable =" True"
103
105
SelectionMode =" Multiple"
104
106
Background =" {DynamicResource Brush.Contents}"
105
107
ViewMode =" {Binding Source={x:Static vm:Preference.Instance}, Path=StagedChangeViewMode}"
You can’t perform that action at this time.
0 commit comments