Skip to content

Commit

Permalink
fix loading dots not dismissing when clearing search field before com…
Browse files Browse the repository at this point in the history
…pletion
  • Loading branch information
dweymouth committed Feb 13, 2025
1 parent 9b30f93 commit e10d167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/widgets/gridview.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ func (g *GridView) cancelFetch() {
if g.fetchCancel != nil {
g.fetchCancel()
g.fetchCancel = nil
g.loadingDots.Stop()
}
}

Expand Down

0 comments on commit e10d167

Please sign in to comment.