Skip to content

Commit

Permalink
Fixed missing this annotations in appv2 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMeehan authored and Fyorl committed Jan 2, 2025
1 parent 7b3bba1 commit 33ade66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions module/applications/activity/activity-choice-dialog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default class ActivityChoiceDialog extends Application5e {

/**
* Handle choosing an activity.
* @this {ActivityChoiceDialog}
* @param {PointerEvent} event The triggering click event.
* @param {HTMLElement} target The activity button that was clicked.
*/
Expand Down
1 change: 1 addition & 0 deletions module/applications/compendium-browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ export default class CompendiumBrowser extends foundry.applications.api.Handleba

/**
* Handle form submission with selection.
* @this {CompendiumBrowser}
* @param {SubmitEvent} event The form submission event.
* @param {HTMLFormElement} form The submitted form element.
* @param {FormDataExtended} formData The data from the submitted form.
Expand Down

0 comments on commit 33ade66

Please sign in to comment.