remove comment

This commit is contained in:
Niels Lyngsø
2022-05-30 07:43:50 +02:00
parent 631914b743
commit 06e1ebfbdf

View File

@@ -69,25 +69,7 @@ class UmbContentEditor extends LitElement {
dataTypeAlias: 'myTextAreaEditor',
value: 'Teeeeexxxt areaaaaaa'
}
]
/*
import { unsafeHTML } from 'lit-html/directives/unsafe-html';
// ...
const template = `
<h${this.rank} class="a-heading">
<slot></slot>
</h${this.rank}>
`;
return html`
${unsafeHTML(template)}
`;
*/
];
render() {
return html`