mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Oops, commited debug code
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user