mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Fix widget powershell
Clear current input before inserting navi's output.
This commit is contained in:
parent
6f1bbcf666
commit
63548f5cf3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue