mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-28 02:34:36 +01:00
Revert title and button changes after exiting entry view
This commit is contained in:
parent
5d21513263
commit
57fc344ebd
1 changed files with 3 additions and 1 deletions
|
@ -126,7 +126,7 @@ offcanvasList.addEventListener('show.bs.offcanvas', function () {
|
|||
applyView()
|
||||
})
|
||||
|
||||
offcanvasList.addEventListener('shown.bs.offcanvas', function () {
|
||||
offcanvasList.addEventListener('shown.bs.offcanvas', function (e) {
|
||||
entriesListShown = true
|
||||
wrapper.classList.remove('listTransitioning')
|
||||
updateHovering(e)
|
||||
|
@ -165,6 +165,8 @@ function clearObjectsList() {
|
|||
updateLines()
|
||||
fixed = false
|
||||
render()
|
||||
objectEditNav.remove()
|
||||
document.title = "The 2022 r/place Atlas"
|
||||
}
|
||||
|
||||
function toggleFixed(e, tapped) {
|
||||
|
|
Loading…
Reference in a new issue