Skip to content

Commit

Permalink
Merge pull request #24 from pkulev/patch-1
Browse files Browse the repository at this point in the history
Fix RESWAPS constant
  • Loading branch information
edmondchuc authored Jun 14, 2023
2 parents 5a1a45b + 11e2bb9 commit 6a1b62e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flask_htmx/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
RESWAPS = [
"innerHTML",
"outerHTML",
"beforebegin" "afterbegin",
"beforebegin",
"afterbegin",
"beforeend",
"afterend",
"delete",
Expand Down

0 comments on commit 6a1b62e

Please sign in to comment.