diff --git a/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte b/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte index f0fd6ff17a..ce83d08613 100644 --- a/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte +++ b/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte @@ -6,6 +6,6 @@ div { width: 100%; height: 100%; } -
+
m = { x: e.clientX, y: e.clientY }}> The mouse position is {m.x} x {m.y} -
\ No newline at end of file +