Skip to content

Commit

Permalink
Update Open Dialog add Activate
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 4, 2023
1 parent 9cbdb80 commit 4e4e0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ricaun.Revit.CefSharp/Revit/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ internal static void OpenWebViewDialog()
webViewDialog.Closed += (s, e) => { webViewDialog = null; };
webViewDialog.Show();
}
webViewDialog.Activate();
}
}

Expand Down

0 comments on commit 4e4e0e1

Please sign in to comment.