Skip to content

Commit 2246191

Browse files
authored
fix: undefined childnode
1 parent 40ed760 commit 2246191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SEQTA.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ export function OpenWhatsNewPopup() {
298298
container.append(header)
299299
container.append(imagecont)
300300
container.append(textcontainer)
301-
container.append(text as ChildNode)
302-
container.append(footer as ChildNode)
301+
container.append(text)
302+
container.append(footer)
303303
container.append(exitbutton)
304304

305305
background.append(container)

0 commit comments

Comments
 (0)