Skip to content

Commit 555c200

Browse files
Luke KonopkaAkryum
authored andcommitted
fix: Invoke loadingDone when stopping SmartQuery (#559)
1 parent d3886b9 commit 555c200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/smart-query.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ export default class SmartQuery extends SmartApollo {
7676
stop () {
7777
super.stop()
7878

79+
this.loadingDone()
80+
7981
if (this.observer) {
8082
this.observer.stopPolling()
8183
this.observer = null

0 commit comments

Comments
 (0)