Skip to content

Commit

Permalink
web container demo
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Oct 21, 2024
1 parent 60fefa4 commit ee7c785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/web-container/lib/web-container-doc-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class WebContainerDocPlayer extends DDDSuper(LitElement) {
await globalThis.WebContainerManager.requestAvailability();
let wc = globalThis.document.createElement('web-container');
wc.hideTerminal = true;
wc.hideEditor = true;
wc.files ={
'index.html': {
file: {
Expand Down

0 comments on commit ee7c785

Please sign in to comment.