Changed behavior to accept keyboard overrides, added keyboard mouse state validator and indirect rules to allow keyboard and mouse navigation
This commit is contained in:
@@ -101,7 +101,6 @@ public partial class MainWindowViewModel : ViewModelBase
|
||||
public async Task TryFocusImage(int index)
|
||||
{
|
||||
if (index < 0 || index >= Photos.Count ) return;
|
||||
// if(SelectedPhoto != null) ResetSelectedPhoto();
|
||||
SelectedPhoto = Photos[index];
|
||||
await SelectedPhoto.LoadFullImage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user