diff --git a/package.json b/package.json index a04d4b5..2640aed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@xsoulspace/vue_flutter_tailwind", "description": "Vue3 styled like Flutter with Tailwind CSS", - "version": "0.6.15", + "version": "0.6.16", "private": false, "author": { "name": "Anton Malofeev", diff --git a/src/components/GridViewBuilder.vue b/src/components/GridViewBuilder.vue index c60a3e2..8c6dadc 100644 --- a/src/components/GridViewBuilder.vue +++ b/src/components/GridViewBuilder.vue @@ -157,7 +157,7 @@ export default { oldPosition.h = updatedPosition.h } } - for (const createdPosition of created.concat(updated)) { + for (const createdPosition of created) { internalLayoutMatrix.push(createdPosition) } }