Comparing version 0.19.0-beta2 to 0.19.0-beta3
{ | ||
"name": "gestalt", | ||
"version": "0.19.0-beta2", | ||
"version": "0.19.0-beta3", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "homepage": "https://pinterest.github.io/gestalt", |
@@ -340,4 +340,4 @@ // @flow | ||
items = newItems; | ||
} else if (this.insertedItemsCount === 0 && this.serverRefs.length) { | ||
items = newItems.slice(0, this.columnCount); | ||
// } else if (this.insertedItemsCount === 0 && this.serverRefs.length) { | ||
// items = newItems.slice(0, this.columnCount); | ||
} else if (this.serverRefs.length && this.insertedItemsCount < this.serverRefs.length) { | ||
@@ -344,0 +344,0 @@ items = newItems.slice(0, this.serverRefs.length - this.insertedItemsCount); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1565314
26113