diff --git a/src/App.svelte b/src/App.svelte index 17f8793..215f359 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -285,7 +285,17 @@ 'Change fired' ] }} - /> + let:selectedStart + let:selectedEnd + > +
+

{selectedStart}

+

{selectedEnd}

+
+
+

hell yeah!

+
+