This commit is contained in:
“chrisshank” 2024-11-15 23:24:56 -08:00
parent 3b6975b9db
commit e4449bef21
1 changed files with 1 additions and 1 deletions

View File

@ -152,9 +152,9 @@ export class SpreadsheetTable extends HTMLElement {
static tagName = 's-table';
static register() {
customElements.define(this.tagName, this);
SpreadsheetCell.register();
SpreadsheetHeader.register();
customElements.define(this.tagName, this);
}
#shadow = this.attachShadow({ mode: 'open' });