Clear OSM highlight

This commit is contained in:
Edward Betts 2021-06-20 14:45:10 +02:00
parent 7cb7df8e2b
commit 0f10d4c3ca
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@
<div v-if="current_item.nearby && current_item.nearby.length">
<strong>Possible OSM matches</strong><br>
<table class="table table-sm table-hover">
<table class="table table-sm table-hover" @mouseleave="this.current_osm = undefined">
<tbody>
<tr
v-for="osm in current_item.nearby"