bennymi / svhighlight

A code syntax highlighter for Svelte using highlight.js, with line blur, highligthing, and focus buttons. The component can be easily customized with Tailwind CSS.
https://svhighlight.vercel.app
MIT License
58 stars 2 forks source link

Only scroll nearest scrollable container #4

Closed psytrx closed 1 year ago

psytrx commented 1 year ago

Fixes scrolling multiple containers when triggering/handling a FocusBlock. This will now just scroll the 'nearest' container, i.e. the code display block.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
svhighlight ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 2, 2023 at 7:25PM (UTC)
bennymi commented 1 year ago

Thanks for the quick PR. This Closes #2