From 0a391aacad77770e3d1e44ec8f5136e072a453e9 Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Wed, 22 Apr 2026 14:41:53 +0200 Subject: [PATCH] UI: Rename PDF button and fix vertex visibility issues on load --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2f3001c..a596517 100644 --- a/index.html +++ b/index.html @@ -628,7 +628,7 @@ @@ -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 {