From eec5032251d0c6464287e08fda1415cb18c74a38 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 30 Nov 2021 16:22:13 +0100 Subject: [PATCH] fix labeling of "reverse" button --- modules/ui/fields/check.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/fields/check.js b/modules/ui/fields/check.js index a2427c76e..0563547c6 100644 --- a/modules/ui/fields/check.js +++ b/modules/ui/fields/check.js @@ -83,6 +83,7 @@ export function uiFieldCheck(field, context) { var icon = pseudoDirection ? '#iD-icon-forward' : '#iD-icon-backward'; selection.selectAll('.reverser-span') + .html('') .call(t.append('inspector.check.reverser')) .call(svgIcon(icon, 'inline'));