Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -21,7 +21,8 @@
|
|
21 |
|
22 |
setInterval(() => {
|
23 |
scrolling = !scrolling;
|
|
|
24 |
window.parent?.postMessage({type: "SET_SCROLLING", enabled: scrolling})
|
25 |
-
},
|
26 |
</script>
|
27 |
</html>
|
|
|
21 |
|
22 |
setInterval(() => {
|
23 |
scrolling = !scrolling;
|
24 |
+
console.log("update scrolling", scrolling)
|
25 |
window.parent?.postMessage({type: "SET_SCROLLING", enabled: scrolling})
|
26 |
+
}, 1000)
|
27 |
</script>
|
28 |
</html>
|