lyf преди 1 година
родител
ревизия
d95d509046
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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 ?? "",
               );