From 928fe2bc0ccc4fd9a0bd3d4582ec6e276c756a8b Mon Sep 17 00:00:00 2001 From: JPMeehan Date: Thu, 9 Nov 2023 11:29:24 -0800 Subject: [PATCH] Minor type adjustment --- src/foundry/client/apps/forms/effect-config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foundry/client/apps/forms/effect-config.d.ts b/src/foundry/client/apps/forms/effect-config.d.ts index ce69df6aa..d18d91840 100644 --- a/src/foundry/client/apps/forms/effect-config.d.ts +++ b/src/foundry/client/apps/forms/effect-config.d.ts @@ -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 | void; + protected _onEffectControl(event: MouseEvent): Promise | void; /** * Handle adding a new change to the changes array.