From d079ba91aa29395262b8084f811eec26e51750b9 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 11 Sep 2024 23:25:33 +0200 Subject: [PATCH] Fix: enable editing questions (and settings) again (oopsie) --- src/UI/Popup/TagRendering/TagRenderingEditable.svelte | 1 + 1 file changed, 1 insertion(+) 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(() => {