@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.
@@ -6311,7 +6311,6 @@ var RenderContentList = ({
6311
6311
  if (timeoutScrolling.current) {
6312
6312
  clearTimeout(timeoutScrolling.current);
6313
6313
  }
6314
- ;
6315
6314
  timeoutScrolling.current = setTimeout(() => {
6316
6315
  isScrolling.current = false;
6317
6316
  }, 1e3);