From e3217fc8521e855cdc1a94f49d700d1638802778 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Wed, 2 Oct 2024 09:32:25 -0500 Subject: [PATCH] use alpine v3 click.outside event name (#83) Alpine v3 deprecates the v2 `click.away` event and marks it for possible future removal, replacing it with `click.outside`. See v3 release notes: https://alpinejs.dev/upgrade-guide#away-replace-with-outside --- templates/layouts/main.gohtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layouts/main.gohtml b/templates/layouts/main.gohtml index 66f872b..b88f6ba 100644 --- a/templates/layouts/main.gohtml +++ b/templates/layouts/main.gohtml @@ -67,7 +67,7 @@