Adjust current OSM highlight

This commit is contained in:
Edward Betts 2021-06-19 16:47:01 +02:00
parent 98bca5229c
commit 9f7cd9bbb7
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"> <div v-if="current_item.nearby && current_item.nearby.length">
<strong>Possible OSM matches</strong><br> <strong>Possible OSM matches</strong><br>
<table class="table table-sm table-hover" @mouseout="this.current_osm = undefined"> <table class="table table-sm table-hover">
<tbody> <tbody>
<tr <tr
v-for="osm in current_item.nearby" v-for="osm in current_item.nearby"