кавычки и кнопка копирования кода на стр установки квиза
This commit is contained in:
parent
c30966a1ba
commit
4de864a06a
@ -142,7 +142,7 @@ export default function QuizInstallationCard() {
|
||||
id="outlined-multiline-static"
|
||||
multiline
|
||||
rows={9}
|
||||
value={`<div id="idpena"></div> <script type="module"> import widget from "https://${isTestServer ? "s." : ""}hbpn.link/export/pub.js"; widget.create({ selector: "idpena", quizId: ${quiz.qid} }) </script>`}
|
||||
value={`<div id="idpena"></div> <script type="module"> import widget from "https://${isTestServer ? "s." : ""}hbpn.link/export/pub.js"; widget.create({ selector: "idpena", quizId: "${quiz.qid}" }) </script>`}
|
||||
sx={{
|
||||
"& .MuiInputBase-root": {
|
||||
maxWidth: "520px",
|
||||
@ -158,11 +158,11 @@ export default function QuizInstallationCard() {
|
||||
<IconButton
|
||||
edge="end"
|
||||
sx={{ marginTop: "22px" }}
|
||||
// onClick={() => navigator.clipboard.writeText( // TODO
|
||||
// document.getElementById(
|
||||
// "outlined-multiline-static"
|
||||
// ).value
|
||||
// )}
|
||||
onClick={() => navigator.clipboard.writeText( // TODO
|
||||
document.getElementById(
|
||||
"outlined-multiline-static"
|
||||
).value
|
||||
)}
|
||||
>
|
||||
<CopyIcon
|
||||
color={"#ffffff"}
|
||||
|
Loading…
Reference in New Issue
Block a user