Skip to content

Commit

Permalink
Merge pull request #19 from thedemons/refactorwindow-refreshtexbox
Browse files Browse the repository at this point in the history
Empty Refactor code window's Input prompt when it's closed
  • Loading branch information
fortenforge authored Dec 12, 2023
2 parents 5377559 + dd397ea commit 98471e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeiumVS/Windows/RefactorCodeDialogWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public static RefactorCodeDialogWindow GetOrCreate()
private void CloseDialog()
{
Visibility = Visibility.Hidden;
InputPrompt.Text = string.Empty;
}

private void NewContext(Languages.LangInfo languageInfo)
Expand Down

0 comments on commit 98471e9

Please sign in to comment.