From 28539c903a7255a089cf6a74cbe31f0386899c37 Mon Sep 17 00:00:00 2001 From: barrulus Date: Tue, 9 Jun 2026 21:48:22 +0100 Subject: [PATCH] fix(states-editor): make 'merge down to provinces' checkbox visible FMG hides every raw checkbox via 'input[type=checkbox]:not(.native){display:none}'. The new merge-down checkbox had no class, so only its label text rendered and the control was unusable. Add class="native" (the convention used elsewhere, e.g. burg-group-editor) so it shows as a normal checkbox. Bump the states-editor dynamic-import cache-bust token to 1.122.13 so clients re-fetch. --- public/modules/dynamic/editors/states-editor.js | 2 +- public/modules/ui/editors.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/modules/dynamic/editors/states-editor.js b/public/modules/dynamic/editors/states-editor.js index bd29371cb..57cd5ecc7 100644 --- a/public/modules/dynamic/editors/states-editor.js +++ b/public/modules/dynamic/editors/states-editor.js @@ -1371,7 +1371,7 @@ function openStateMergeDialog() { Hover over a row to highlight the state on the map.