mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:56:30 +00:00
fix gititnore, add ico
This commit is contained in:
@@ -89,13 +89,7 @@ public partial class DatasetExplorer
|
||||
DataContext = this;
|
||||
};
|
||||
|
||||
Closing += (sender, args) =>
|
||||
{
|
||||
args.Cancel = true;
|
||||
Visibility = Visibility.Hidden;
|
||||
};
|
||||
|
||||
ThumbnailsView.KeyDown += async (sender, args) =>
|
||||
ThumbnailsView.KeyDown += async (sender, args) =>
|
||||
{
|
||||
switch (args.Key)
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ public class DatasetExplorerEventHandler(DatasetExplorer datasetExplorer, IGalle
|
||||
|
||||
public async Task Handle(KeyEvent keyEvent, CancellationToken cancellationToken)
|
||||
{
|
||||
if (keyEvent.WindowEnum != WindowEnum.Annotator)
|
||||
if (keyEvent.WindowEnum != WindowEnum.DatasetExplorer)
|
||||
return;
|
||||
|
||||
var key = keyEvent.Args.Key;
|
||||
|
||||
Reference in New Issue
Block a user