diff --git a/mjs/question.mjs b/mjs/question.mjs index c37e51a..27bb7f1 100644 --- a/mjs/question.mjs +++ b/mjs/question.mjs @@ -1005,6 +1005,7 @@ async function loadEditAnswers(ctx) { $$(sel).forEach(el => { const id = el.dataset.answer + if (!id || id === "0") return const answer = el, edit = el.querySelector('.edit'), preview = el.querySelector('.preview'),