Skip to content

Commit

Permalink
Reset endpoint query
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouterdek committed Nov 14, 2020
1 parent 9cc4775 commit 91545bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExampleShaderEditorApp/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ private void SetupContextMenuViewModels()
{
var pendingCon = NetworkViewModel.PendingConnection;
NetworkViewModel.RemovePendingConnection();
AddNodeForPendingConnectionMenuVM.SearchQuery = "";
AddNodeForPendingConnectionMenuVM.ShowAddNodeForPendingConnectionMenu(pendingCon);
};
}
Expand Down

0 comments on commit 91545bc

Please sign in to comment.