forked from MapComplete/MapComplete
Fix unmerged commit
This commit is contained in:
parent
ad411f0943
commit
3c20d2ca8d
1 changed files with 0 additions and 10 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue