Fix unmerged commit

This commit is contained in:
Pieter Vander Vennet 2024-07-19 11:38:52 +02:00
parent ad411f0943
commit 3c20d2ca8d

View file

@ -97,7 +97,6 @@
onDestroy(async () => { onDestroy(async () => {
<<<<<<< HEAD
await Utils.waitFor(100) await Utils.waitFor(100)
requestAnimationFrame( requestAnimationFrame(
() => { () => {
@ -110,15 +109,6 @@
} }
} }
) )
=======
await Utils.waitFor(250)
try {
_map?.remove()
map = null
} catch (e) {
console.error("Could not destroy map")
}
>>>>>>> 6093ac3ea (Refactoring: rework image fetching code, improve nearby images UI. Fix #2026, #2027)
}) })
</script> </script>