dynamic-virtual-scroller
Advanced tools
Comparing version 3.0.21 to 3.0.22
{ | ||
"name": "dynamic-virtual-scroller", | ||
"version": "3.0.21", | ||
"version": "3.0.22", | ||
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.", | ||
@@ -5,0 +5,0 @@ "main": "virtual-scroller.js", |
@@ -91,3 +91,9 @@ import validateParameters from './validateParameters'; | ||
Row was dragged out | ||
* Call removeDataOfRow before removeRowAt, otherwise the source scroller will render a duplicate | ||
*/ | ||
adapterConfig.removeDataOfRow({ | ||
row: $(el), | ||
rowIndex: dragState.currentIndex, | ||
scrollContainer: dragState.container.closest('.' + CLASSES.container), | ||
}); | ||
dragState.container | ||
@@ -98,7 +104,2 @@ .closest('.' + CLASSES.container) | ||
adapterConfig.removeDataOfRow({ | ||
row: $(el), | ||
rowIndex: dragState.currentIndex, | ||
scrollContainer: dragState.container.closest('.' + CLASSES.container), | ||
}); | ||
dragState = getCleanDragState(); | ||
@@ -105,0 +106,0 @@ return; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
532126
7502