diff --git a/src/vue-masonry-wall.vue b/src/vue-masonry-wall.vue index b6ff0b9..c7d5295 100644 --- a/src/vue-masonry-wall.vue +++ b/src/vue-masonry-wall.vue @@ -169,6 +169,7 @@ redraw() { this.ready = false this.columns.splice(0) + this.cursor = 0 this.columns.push(..._newColumns(this._columnSize())) this.ready = true this._fill()