Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions assets/js/web-components/prpl-interactive-task.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ class PrplInteractiveTask extends HTMLElement {
} );
}

/**
* Runs when the popover is added to the DOM.
*/
popoverAddedToDOM() {}

/**
* Runs when the popover is opening.
*/
popoverOpening() {}

/**
* Runs when the popover is closing.
*/
Expand Down
Loading