From 8b63c3c668738b529d518fc041fe458f88e9bd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8jberg?= Date: Thu, 27 Jul 2023 15:53:56 -0400 Subject: [PATCH] Expose scroll event and scroll to --- elm.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elm.json b/elm.json index e8865aa2..4b1f41f8 100644 --- a/elm.json +++ b/elm.json @@ -76,7 +76,9 @@ "Lib.TreePath", "Lib.Color.Harmony", "Lib.UnicodeSort", - "Lib.HttpApi" + "Lib.HttpApi", + "Lib.ScrollEvent", + "Lib.ScrollTo" ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": {