Oops, commited debug code

This commit is contained in:
Lea Verou
2024-12-09 20:43:58 -05:00
parent 86a80d3e78
commit 1920ae8c1e

View File

@@ -80,9 +80,9 @@ const templates = {
}
let preview = '';
// if (attributes.viewport === undefined) {
preview = `<div style="display:contents" slot="preview">${code.textContent}</div>`;
// }
if (attributes.viewport === undefined) {
preview = `<div style="display:contents" slot="preview">${code.textContent}</div>`;
}
return `${includes}
<wa-code-demo ${attributesString}>