EvolvedWeb / evowc

Evolved Web Components
MIT License
8 stars 0 forks source link

HighlightCodeElement needs to properly update the CSS on load #100

Closed intervalia closed 5 months ago

intervalia commented 6 months ago

Describe the bug this.#cssUpdate(); is not getting called on load since the CSS value is changed before init is called

Expected behavior Add a call to this.#cssUpdate(); into the init method.