diff --git a/src/components/chapter.svelte b/src/components/chapter.svelte index 4519209..bb24351 100644 --- a/src/components/chapter.svelte +++ b/src/components/chapter.svelte @@ -21,12 +21,12 @@ */ function mouseenter(e) { if(e.buttons & 1) { - dispatch("select"); + dispatch("select", e); } } -