Personal Site

Resolve issue with NowPlaying where the [data-render] attribute would override the :focus when it should be enabled due to js

vielle.dev c4d9f8a3 4a244476

verified
+2 -1
+2 -1
src/components/home/playing/NowPlaying.astro
··· 550 550 }), 551 551 ); 552 552 553 - // remove the inline display value 553 + // remove the inline display value/render as we are handling it via inline styles now 554 554 this.style.removeProperty("display"); 555 + delete this.dataset.render; 555 556 } 556 557 557 558 nothingPlaying() {