@widelab-nc/widehue 1.0.41 → 1.0.42

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widelab-nc/widehue",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Widelab starter template based on Finsweet template + add-ons.",
5
5
  "homepage": "https://widelab.co",
6
6
  "license": "ISC",
package/src/index.js CHANGED
@@ -2543,13 +2543,7 @@ window.Webflow.push(() => {
2543
2543
  console.log('The new code source is loaded!');
2544
2544
  initAlpine();
2545
2545
  lazyLoadVideos();
2546
- if (Webflow.env("editor") === undefined) {
2547
- lenisScroll();
2548
- lenis.start();
2549
- } else {
2550
- console.log('Editor mode ON');
2551
- lenis.destroy();
2552
- }
2546
+
2553
2547
  customGsapEasing();
2554
2548
  reloadOnBack();
2555
2549
  revealFooter();