From 880c737c27f22ea18494f1b66cae61ab44587e7a Mon Sep 17 00:00:00 2001 From: Derek Date: Sun, 15 Jun 2025 20:19:59 -0500 Subject: [PATCH] Updated Injecting code to UT Pages (markdown) --- Injecting-code-to-UT-Pages.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Injecting-code-to-UT-Pages.md b/Injecting-code-to-UT-Pages.md index 05c40fe..c708d05 100644 --- a/Injecting-code-to-UT-Pages.md +++ b/Injecting-code-to-UT-Pages.md @@ -82,4 +82,18 @@ return ( {enableScrollToLoad && } ); +``` + +## AddAllButton + +```ts +// Existing code above + return ReactDOM.createPortal( + + + , + container + ); ``` \ No newline at end of file