We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1172b13 commit 4e675e2Copy full SHA for 4e675e2
Plugins/BulkExporterPlugin/BulkExportContextMenuItem.cs
@@ -17,7 +17,7 @@ public class BulkExportContextMenuItem : DataExplorerContextMenuExtension
17
18
public override RelayCommand ContextItemClicked => new RelayCommand((o) =>
19
{
20
- string selectedPath = App.SelectedPath;
+ string selectedPath = App.EditorWindow.DataExplorer.SelectedPath;
21
22
AssetCollection assets = Exporter.EnumerateAllAssets(selectedPath);
23
AssetCount assetCounts = assets.GetCounts();
0 commit comments