From bd2f73aea5f76835061edfeb3a3470ac0fbbff9b Mon Sep 17 00:00:00 2001 From: Joel Valentine Date: Wed, 4 Sep 2019 18:39:23 +0100 Subject: [PATCH] unselecting correctly --- modules/github/widget.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/github/widget.go b/modules/github/widget.go index 55a17b8b..008f3ea4 100644 --- a/modules/github/widget.go +++ b/modules/github/widget.go @@ -81,6 +81,7 @@ func (widget *Widget) Prev() { func (widget *Widget) Unselect() { widget.Selected = -1 + widget.View.Highlight() widget.View.ScrollToBeginning() }