mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:16:30 +00:00
fix gititnore, add ico
This commit is contained in:
@@ -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