fix loading dots not dismissing when clearing search field before completion
This commit is contained in:
@@ -416,6 +416,7 @@ func (g *GridView) cancelFetch() {
|
|||||||
if g.fetchCancel != nil {
|
if g.fetchCancel != nil {
|
||||||
g.fetchCancel()
|
g.fetchCancel()
|
||||||
g.fetchCancel = nil
|
g.fetchCancel = nil
|
||||||
|
g.loadingDots.Stop()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user