Skip to content

Commit

Permalink
Need to include event in action
Browse files Browse the repository at this point in the history
  • Loading branch information
rcackerman authored and kevinchappell committed Oct 18, 2024
1 parent b47f399 commit 04b8bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/options/actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function addAttribute(evt) {
{
actions: {
add: {
attr: addAttribute,
attr: addAttribute(event),
},
},
}
Expand Down

0 comments on commit 04b8bb7

Please sign in to comment.