aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui/textinput.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui/textinput.go')
-rw-r--r--lib/ui/textinput.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ui/textinput.go b/lib/ui/textinput.go
index c2acd546..8880c4c3 100644
--- a/lib/ui/textinput.go
+++ b/lib/ui/textinput.go
@@ -318,7 +318,6 @@ func (ti *TextInput) showCompletions() {
}
ti.completions, ti.prefix = ti.tabcomplete(ti.StringLeft())
ti.completeIndex = -1
- ti.Invalidate()
QueueRedraw()
}