Remove unnecessarily observed attribute

This commit is contained in:
Henrik Giesel 2021-01-29 20:11:00 +01:00
parent aa924ac821
commit e37fd2e091

View File

@ -467,10 +467,6 @@ class EditingContainer extends HTMLDivElement {
this.shadowRoot.appendChild(this.editingArea);
}
static get observedAttributes(): string[] {
return ["ord"];
}
get ord(): number {
return Number(this.getAttribute("ord"));
}