From 11e2bb9f9ca58a77734a6eb97086d3988f61daf1 Mon Sep 17 00:00:00 2001 From: Pavel Kulyov Date: Wed, 14 Jun 2023 11:20:49 +0300 Subject: [PATCH] Fix RESWAPS constant --- flask_htmx/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flask_htmx/constants.py b/flask_htmx/constants.py index 07230c5..4938f99 100644 --- a/flask_htmx/constants.py +++ b/flask_htmx/constants.py @@ -6,7 +6,8 @@ RESWAPS = [ "innerHTML", "outerHTML", - "beforebegin" "afterbegin", + "beforebegin", + "afterbegin", "beforeend", "afterend", "delete",