Skip to content

Commit

Permalink
Remove call to SwitchToThisWindow (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn authored Nov 4, 2024
1 parent 66c6007 commit b5e665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneMore/Commands/Tools/CommandPaletteDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public CommandPaletteDialog(string title, string intro, bool showClearOption)
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Native.SwitchToThisWindow(Handle, false);
//Native.SwitchToThisWindow(Handle, false);
}


Expand Down

0 comments on commit b5e665b

Please sign in to comment.