show filename for dataset explorer view

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-29 17:52:00 +03:00
parent 3a6ed60ea0
commit 429b39ee32
3 changed files with 6 additions and 0 deletions
@@ -94,6 +94,7 @@ public class DatasetExplorerEventHandler(
break;
case PlaybackControlEnum.Close:
datasetExplorer.SwitchTab(toEditor: false);
datasetExplorer.SelectedAnnotationName.Text = "";
break;
case PlaybackControlEnum.ValidateAnnotations:
var annotations = datasetExplorer.ThumbnailsView.SelectedItems.Cast<AnnotationThumbnail>()