mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-22 09:40:01 +08:00
Fix regression where tcell renderer not clearing the preview window
This commit is contained in:
@@ -1109,3 +1109,7 @@ func (w *LightWindow) Erase() {
|
||||
w.FinishFill()
|
||||
w.Move(0, 0)
|
||||
}
|
||||
|
||||
func (w *LightWindow) EraseMaybe() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user