From 3201bf859fcd8bce6f757526e6a3a945154d087a Mon Sep 17 00:00:00 2001 From: itzmeimran Date: Sun, 31 Dec 2023 10:38:27 +0530 Subject: [PATCH] Bug #1054 resolved --- functional-samples/tutorial.quick-api-reference/content.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functional-samples/tutorial.quick-api-reference/content.js b/functional-samples/tutorial.quick-api-reference/content.js index 1a5f65d449..b302b86860 100644 --- a/functional-samples/tutorial.quick-api-reference/content.js +++ b/functional-samples/tutorial.quick-api-reference/content.js @@ -20,8 +20,8 @@ `
${tip}
` ); - document.body.append(popover); - nav.append(tipWidget); + document.body?.append(popover); + nav?.append(tipWidget); })(); function createDomElement(html) {