Fix: enable editing questions (and settings) again (oopsie)

This commit is contained in:
Pieter Vander Vennet 2024-09-11 23:25:33 +02:00
parent 7c73cc9c89
commit d079ba91aa

View file

@ -49,6 +49,7 @@
let htmlElem: HTMLDivElement
function enableEditMode(){
editMode = true
// EditMode switched to true yet the answer is already known, so the person wants to make a change
// Make sure that the question is in the scrollview!
window.setTimeout(() => {