Fix anchor links dropping query parameter

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2024-09-01 15:02:29 +02:00
parent 28c01f4a6b
commit 60325bba49
2 changed files with 2 additions and 2 deletions

View file

@ -1087,7 +1087,7 @@ function changeMode (type) {
}
if (appState.currentMode !== modeType.edit) {
$(document.body).css('background-color', 'white')
updateView()
refreshView()
} else {
$(document.body).css(
'background-color',