forked from MapComplete/MapComplete
Fix: fix 'flyto' when clicking a previously visited element
This commit is contained in:
parent
511d20eb34
commit
22b377a37f
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@
|
|||
</DotMenu>
|
||||
</div>
|
||||
{#each $recentlySeen as entry (entry)}
|
||||
<GeocodeResultSvelte {entry} {state} on:select />
|
||||
<GeocodeResultSvelte {entry} {state}
|
||||
on:select={(select) => state.searchState.applyGeocodeResult(select.detail)} />
|
||||
{/each}
|
||||
</SidebarUnit>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue