From e2a10f0cbc7272ba912720b01358b297ffa3675b Mon Sep 17 00:00:00 2001 From: Elliott <85990359+Ell1ott@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:49:20 +0100 Subject: [PATCH] change from on:mousewheel to on:wheel --- src/routes/workspace/editor/FileEditor.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/workspace/editor/FileEditor.svelte b/src/routes/workspace/editor/FileEditor.svelte index ae76fb44..e45dac3f 100644 --- a/src/routes/workspace/editor/FileEditor.svelte +++ b/src/routes/workspace/editor/FileEditor.svelte @@ -19,7 +19,7 @@ // }); -
+