Remove unnecessarily observed attribute
This commit is contained in:
parent
aa924ac821
commit
e37fd2e091
@ -467,10 +467,6 @@ class EditingContainer extends HTMLDivElement {
|
|||||||
this.shadowRoot.appendChild(this.editingArea);
|
this.shadowRoot.appendChild(this.editingArea);
|
||||||
}
|
}
|
||||||
|
|
||||||
static get observedAttributes(): string[] {
|
|
||||||
return ["ord"];
|
|
||||||
}
|
|
||||||
|
|
||||||
get ord(): number {
|
get ord(): number {
|
||||||
return Number(this.getAttribute("ord"));
|
return Number(this.getAttribute("ord"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user