polymech-astro/packages/imagetools/docs/public/make-scrollable-code-focusable.js
2025-08-15 20:42:02 +02:00

4 lines
117 B
JavaScript

Array.from(document.getElementsByTagName("pre")).forEach((element) => {
element.setAttribute("tabindex", "0");
});