Revert title and button changes after exiting entry view

This commit is contained in:
Hans5958 2023-03-19 09:24:41 +07:00
parent 5d21513263
commit 57fc344ebd

View file

@ -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) {