diff --git a/shell/navi.plugin.ps1 b/shell/navi.plugin.ps1 index f31d74a..f79edf2 100644 --- a/shell/navi.plugin.ps1 +++ b/shell/navi.plugin.ps1 @@ -42,6 +42,7 @@ $null = New-Module { } } + [Microsoft.PowerShell.PSConsoleReadLine]::RevertLine() [Microsoft.PowerShell.PSConsoleReadLine]::InvokePrompt() ### Handling the case when the user escapes without selecting any entry