Skip to content

Commit

Permalink
Minor type adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMeehan committed Nov 9, 2023
1 parent 184f59f commit 928fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundry/client/apps/forms/effect-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ declare global {
* Delegate responsibility out to action-specific handlers depending on the button action.
* @param event - The originating click event
*/
protected _onEffectControl(event: JQuery.ClickEvent): Promise<this> | void;
protected _onEffectControl(event: MouseEvent): Promise<this> | void;

/**
* Handle adding a new change to the changes array.
Expand Down

0 comments on commit 928fe2b

Please sign in to comment.