Skip to content

Commit

Permalink
DYN-7898: dynamo losing focus fix (#15758)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnenov authored Jan 15, 2025
1 parent 2636f7f commit 18e1249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,8 @@ private void HandlePackageManagerWindowClosed(object sender, EventArgs e)

var cmd = Analytics.TrackCommandEvent("PackageManager");
cmd.Dispose();

this.Activate();
}

/// <summary>
Expand Down

0 comments on commit 18e1249

Please sign in to comment.