king
2023-04-20 99c0ccd473e30f029b81feb65975d654528bc3e5
src/menu/components/carousel/data-card/index.jsx
@@ -275,7 +275,7 @@
          <div className="center">
            <div className="title" onDoubleClick={() => {
              let oInput = document.createElement('input')
              oInput.value = card.uuid
              oInput.value = 'anchor' + card.uuid
              document.body.appendChild(oInput)
              oInput.select()
              document.execCommand('Copy')