diff --git a/src/UI/Popup/TagRendering/TagRenderingEditable.svelte b/src/UI/Popup/TagRendering/TagRenderingEditable.svelte index 40ed8c7de..658205a6f 100644 --- a/src/UI/Popup/TagRendering/TagRenderingEditable.svelte +++ b/src/UI/Popup/TagRendering/TagRenderingEditable.svelte @@ -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(() => {