Skip to content

Commit

Permalink
fix typo in invokeAction
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jan 30, 2024
1 parent d255080 commit 7ea6d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoker.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
if (event.type === "click") {
const invokee = invoker.invokeTargetElement;
const event = new InvokeEvent("invoke", {
action: invoker.invokerAction,
action: invoker.invokeAction,
invoker,
});
invokee.dispatchEvent(event);
Expand Down

0 comments on commit 7ea6d71

Please sign in to comment.