From e705c0f77e20be270a0d27692e1be982e0b7db8c Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 1 Aug 2019 16:41:11 -0400 Subject: [PATCH] Fix issue where cycleway field wouldn't populate with existing values (close #6141) --- modules/ui/fields/cycleway.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/fields/cycleway.js b/modules/ui/fields/cycleway.js index d6fbecd51..12c097d26 100644 --- a/modules/ui/fields/cycleway.js +++ b/modules/ui/fields/cycleway.js @@ -63,6 +63,7 @@ export function uiFieldCycleway(field, context) { ); }); + items = items.merge(enter); // Update wrap.selectAll('.preset-input-cycleway')