mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Remove unnecessarily observed attribute
This commit is contained in:
parent
aa924ac821
commit
e37fd2e091
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue