@revolist/revogrid 3.6.2 → 3.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -344,7 +344,6 @@ class ViewportStore {
344
344
  if (dropToOriginalSize) {
345
345
  items = setItemSizes(items, start, dropToOriginalSize, this.store.get('lastCoordinate'));
346
346
  }
347
- console.log('items', items);
348
347
  // loop through array from initial item after recombination
349
348
  while (i < count) {
350
349
  const item = items[start];
@@ -4841,7 +4841,6 @@ class ViewportStore {
4841
4841
  if (dropToOriginalSize) {
4842
4842
  items = setItemSizes(items, start, dropToOriginalSize, this.store.get('lastCoordinate'));
4843
4843
  }
4844
- console.log('items', items);
4845
4844
  // loop through array from initial item after recombination
4846
4845
  while (i < count) {
4847
4846
  const item = items[start];
@@ -95,7 +95,6 @@ export default class ViewportStore {
95
95
  if (dropToOriginalSize) {
96
96
  items = setItemSizes(items, start, dropToOriginalSize, this.store.get('lastCoordinate'));
97
97
  }
98
- console.log('items', items);
99
98
  // loop through array from initial item after recombination
100
99
  while (i < count) {
101
100
  const item = items[start];
@@ -4837,7 +4837,6 @@ class ViewportStore {
4837
4837
  if (dropToOriginalSize) {
4838
4838
  items = setItemSizes(items, start, dropToOriginalSize, this.store.get('lastCoordinate'));
4839
4839
  }
4840
- console.log('items', items);
4841
4840
  // loop through array from initial item after recombination
4842
4841
  while (i < count) {
4843
4842
  const item = items[start];