Skip to content

Commit

Permalink
Demo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gk0Wk committed Apr 26, 2022
1 parent 5dc5a92 commit 21e9939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-name/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ExampleWidget extends Widget {
this.parentDomNode = parent;
this.execute();

const containerElement = document.createElement('div');
const containerElement = document.createElement('p');
containerElement.innerHTML = 'This is a widget!';
this.domNodes.push(containerElement);
parent.appendChild(containerElement);
Expand Down

0 comments on commit 21e9939

Please # to comment.