We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0314f9b commit 4cdef26Copy full SHA for 4cdef26
dist/water-flow/index.js
@@ -68,7 +68,7 @@ Component({
68
leftData: this.data.leftData,
69
rightData: this.data.rightData
70
}, () => {
71
- this._render(data, ++i, refresh, success);
+ this._render(data, ++i, false, success);
72
});
73
74
} else {
0 commit comments