Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx committed May 27, 2024
1 parent 0b3d1a7 commit 50c168b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class CollapsibleContainerNode extends ElementNode {
}

exportDOM(): DOMExportOutput {
const element = document.createElement('div');
const element = document.createElement('details');
element.classList.add('Collapsible__container');
element.setAttribute('open', this.__open.toString());
return {element};
Expand Down

0 comments on commit 50c168b

Please sign in to comment.