From af63f8c58412a25d9dde2ac7d7b53f4a369dd165 Mon Sep 17 00:00:00 2001
From: mogulh kiti <57655434+mogulh@users.noreply.github.com>
Date: Wed, 10 Nov 2021 07:54:23 +0300
Subject: [PATCH] Update App.svelte
binded scrollY to {y}
the previous was showing undefined
---
.../04-svelte-window-bindings/app-a/App.svelte | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte b/site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte
index ba51140ff4..15c2aa0ebc 100644
--- a/site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte
+++ b/site/content/tutorial/16-special-elements/04-svelte-window-bindings/app-a/App.svelte
@@ -4,7 +4,7 @@
let y;
-
+
{#each layers as layer}
@@ -85,4 +85,4 @@
padding: 0;
background-color: rgb(253, 174, 51);
}
-
\ No newline at end of file
+