diff --git a/ts/editable/mathjax-component.ts b/ts/editable/mathjax-component.ts index 98e6617e3..80940a816 100644 --- a/ts/editable/mathjax-component.ts +++ b/ts/editable/mathjax-component.ts @@ -121,10 +121,6 @@ export const Mathjax: DecoratedElementConstructor = class Mathjax }; component?: Mathjax_svelte; - constructor() { - super(); - } - static get observedAttributes(): string[] { return ["block", "data-mathjax"]; }