Skip to content

Commit

Permalink
Issueid #0000 iframe height for fill in the blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyapandetekdi committed Oct 25, 2024
1 parent 62a01fa commit 5ef2315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Practice/Practice.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,8 @@ const Practice = () => {
(questions[currentQuestion]?.mechanics_data &&
questions[currentQuestion]?.mechanics_data[0]?.mechanics_id ===
"mechanic_2") ||
"mechanic_1"
questions[currentQuestion]?.mechanics_data[0]?.mechanics_id ===
"mechanic_1"
? 500
: stringLengths[0];
window.parent.postMessage({ type: "stringLengths", length }, "*");
Expand Down

0 comments on commit 5ef2315

Please sign in to comment.