UX: add close buttons to OH picker (fix #2482), fix crash

This commit is contained in:
Pieter Vander Vennet 2025-08-03 15:03:17 +02:00
parent 61b1288531
commit e849c017eb
3 changed files with 19 additions and 1 deletions

View file

@ -34,7 +34,7 @@
<div class="flex h-full w-full flex-grow flex-col">
<!-- Title element and title icons-->
<h3 class="m-0">
<a href={`#${$tags.id}`}>
<a href={`#${$tags?.id}`}>
{#if layer.title}
<TagRenderingAnswer config={layer.title} {selectedElement} {state} {tags} {layer} />
{/if}