Fix: enable editing questions (and settings) again (oopsie)
This commit is contained in:
parent
7c73cc9c89
commit
d079ba91aa
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
let htmlElem: HTMLDivElement
|
let htmlElem: HTMLDivElement
|
||||||
function enableEditMode(){
|
function enableEditMode(){
|
||||||
|
editMode = true
|
||||||
// EditMode switched to true yet the answer is already known, so the person wants to make a change
|
// 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!
|
// Make sure that the question is in the scrollview!
|
||||||
window.setTimeout(() => {
|
window.setTimeout(() => {
|
||||||
|
|
Loading…
Reference in a new issue