Skip to content

Commit 35b00e2

Browse files
committed
Merge branch 'develop' into jdv/menu-position
2 parents 4e9227c + f07b566 commit 35b00e2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

assets/js/web-components/prpl-interactive-task.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ class PrplInteractiveTask extends HTMLElement {
4747
} );
4848
}
4949

50+
/**
51+
* Runs when the popover is added to the DOM.
52+
*/
53+
popoverAddedToDOM() {}
54+
55+
/**
56+
* Runs when the popover is opening.
57+
*/
58+
popoverOpening() {}
59+
5060
/**
5161
* Runs when the popover is closing.
5262
*/

0 commit comments

Comments
 (0)