UI: Rename PDF button and fix vertex visibility issues on load
Deploy TrassenPlaner / deploy (push) Successful in 42s
Details
Deploy TrassenPlaner / deploy (push) Successful in 42s
Details
This commit is contained in:
parent
26e3ea42a2
commit
0a391aacad
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue