@natoora-libs/core 0.2.12-dev-doug-3 → 0.2.12-dev-doug-4

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.
@@ -6559,7 +6559,6 @@ var RenderContentList = ({
6559
6559
  if (timeoutScrolling.current) {
6560
6560
  clearTimeout(timeoutScrolling.current);
6561
6561
  }
6562
- ;
6563
6562
  timeoutScrolling.current = setTimeout(() => {
6564
6563
  isScrolling.current = false;
6565
6564
  }, 1e3);