UI: Rename PDF button and fix vertex visibility issues on load
Deploy TrassenPlaner / deploy (push) Successful in 42s Details

This commit is contained in:
Johannes Baumeister 2026-04-22 14:41:53 +02:00
parent 26e3ea42a2
commit 0a391aacad
1 changed files with 2 additions and 1 deletions

View File

@ -628,7 +628,7 @@
</span>
</label>
<button id="btn-pdf-export" class="btn" title="PDF Karte erzeugen" style="background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; padding: 4px 8px; font-size: 11px; border-radius: 6px; display: flex; align-items: center; gap: 4px;">
<i data-lucide="file-text" style="width: 14px;"></i> PDF
<i data-lucide="file-text" style="width: 14px;"></i> Karten Export
</button>
</div>
</div>
@ -1891,6 +1891,7 @@
// Sync edit state
if (layer.enableEdit) {
if (v.active) {
layer.disableEdit(); // Reset to force new marker generation
layer.enableEdit();
if (layer.editor) layer.editor.refresh();
} else {