Skip to content
Snippets Groups Projects

Some changes

Merged Max Wehmeier requested to merge some-changes into custom-server
All threads resolved!
Files
4
@@ -29,6 +29,7 @@ export class SkribblWord extends HTMLElement {
/** @type {AttachedLink} */
this._link = this.shadowRoot.querySelector("attached-link");
this._description = new LatexJS(description,{delay:true,macros});
//btw it shows me an error here, but neither do i understand, why its there, what the error means, what macros is doing nor what i could do about it
this.shadowRoot.appendChild(this._description);
this.word = word;
this.synonyms = synonyms;