Skip to content

Commit f07b566

Browse files
authored
Merge pull request #742 from ProgressPlanner/filip/update-for-740
Update for 'Remove custom positioning for "Interactive task" popover'
2 parents a1cb589 + c78c74e commit f07b566

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)