mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
use tag value as display text in raw tag editor
This commit is contained in:
@@ -403,7 +403,7 @@ export function uiCombobox(context, klass) {
|
||||
if (d.display) {
|
||||
d.display(d3_select(this));
|
||||
} else {
|
||||
d3_select(this).text(d.title);
|
||||
d3_select(this).text(d.value);
|
||||
}
|
||||
})
|
||||
.on('mouseenter', _mouseEnterHandler)
|
||||
|
||||
Reference in New Issue
Block a user