From c78c74ea4b0f2e0306daa9efa4352d4054a80595 Mon Sep 17 00:00:00 2001 From: Filip Ilic Date: Mon, 12 Jan 2026 14:37:29 +0100 Subject: [PATCH] update for #740 --- assets/js/web-components/prpl-interactive-task.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/js/web-components/prpl-interactive-task.js b/assets/js/web-components/prpl-interactive-task.js index cc8d0117b..07d758a58 100644 --- a/assets/js/web-components/prpl-interactive-task.js +++ b/assets/js/web-components/prpl-interactive-task.js @@ -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. */