Explorar el Código

复制句子链接加{{}}

visuddhinanda hace 3 años
padre
commit
1eac71ded6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/template/SentEdit/SentTab.tsx

+ 1 - 1
dashboard/src/components/template/SentEdit/SentTab.tsx

@@ -93,7 +93,7 @@ const SentTabWidget = ({
                 );
               }}
             />
-            <Text copyable={{ text: sentId[0] }}>{sentId[0]}</Text>
+            <Text copyable={{ text: `{{${sentId[0]}}}` }}>{sentId[0]}</Text>
             <SentMenu
               book={book}
               para={para}