Merge commit 'd079ba91aa29395262b8084f811eec26e51750b9'

This commit is contained in:
Pieter Vander Vennet 2024-09-12 01:58:01 +02:00
commit 2c2c07ef11
4 changed files with 13 additions and 10 deletions

View file

@ -43,6 +43,14 @@
"https://osoc.be/editions/2020/walk-by-brussels"
]
},
{
"path": "safe_loops.svg",
"license": "CC-BY-SA-4.0",
"authors": [
"Robbert Gurdeep Singh"
],
"sources": []
},
{
"path": "shed.svg",
"license": "CC-BY-SA-4.0",
@ -82,13 +90,5 @@
"sources": [
"https://osoc.be/editions/2020/walk-by-brussels"
]
},
{
"path": "safe_loops.svg",
"license": "CC-BY-SA",
"authors": [
"Robbert Gurdeep Singh"
],
"sources": [ ]
}
]
]

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robbert Gurdeep Singh
SPDX-License-Identifier: CC-BY-SA

View file

@ -1,2 +1,2 @@
SPDX-FileCopyrightText: Pieter Vander Vennet
SPDX-License-Identifier: CC0
SPDX-License-Identifier: CC0-1.0

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(() => {