Skip to content

Commit

Permalink
Use edit event instead of mouseout
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed May 4, 2024
1 parent 60c748d commit c199336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/universities/htmx/update_score_input_page.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Universities::Htmx::UpdateScoreInputPage < NoLayout
"hx-include": "next input[type='hidden']",
"hx-target": "closest td",
"hx-swap": "outherHTML",
"hx-trigger": "mouseout",
# "hx-trigger": "mouseout",
style: "max-width: 60px; max-height: 30px;"
)
end
Expand Down

0 comments on commit c199336

Please sign in to comment.