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'));