@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/dist/index.js +4 -4
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
- package/src/index.js +1 -7
package/package.json
CHANGED
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
|
-
|
|
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();
|