fix loading dots not dismissing when clearing search field before completion

This commit is contained in:
Drew Weymouth
2025-02-13 19:31:22 -03:00
parent 9b30f93732
commit e10d167350
+1
View File
@@ -416,6 +416,7 @@ func (g *GridView) cancelFetch() {
if g.fetchCancel != nil {
g.fetchCancel()
g.fetchCancel = nil
g.loadingDots.Stop()
}
}