Skip to content

Commit

Permalink
Fix RESWAPS constant
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulev authored Jun 14, 2023
1 parent 5a1a45b commit 11e2bb9
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 11e2bb9

Please sign in to comment.