use same data for desc and cmt field of waypoints

This commit is contained in:
vcoppe
2024-06-18 15:00:57 +02:00
parent 418299f62d
commit 4019d5c23b
3 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
{#if $currentPopupWaypoint[0].desc}
<span>{$currentPopupWaypoint[0].desc}</span>
{/if}
{#if $currentPopupWaypoint[0].cmt}
{#if $currentPopupWaypoint[0].cmt && $currentPopupWaypoint[0].cmt !== $currentPopupWaypoint[0].desc}
<span>{$currentPopupWaypoint[0].cmt}</span>
{/if}
{#if $currentTool === Tool.WAYPOINT}