lyf hai 1 ano
pai
achega
d95d509046
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/components/markdown.tsx

+ 0 - 1
app/components/markdown.tsx

@@ -128,7 +128,6 @@ export function PreCode(props: { children: any }) {
           className="copy-code-button"
           onClick={() => {
             if (ref.current) {
-              // const code = ref.current.innerText;
               copyToClipboard(
                 ref.current.querySelector("code")?.innerText ?? "",
               );