mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 14:23:38 +02:00
Fix Name field's + button (fixes #1529)
This commit is contained in:
@@ -40,6 +40,7 @@ iD.ui.preset.localized = function(field, context) {
|
||||
}
|
||||
|
||||
function addBlank() {
|
||||
d3.event.preventDefault();
|
||||
var data = localizedInputs.selectAll('div.entry').data();
|
||||
data.push({ lang: '', value: '' });
|
||||
localizedInputs.call(render, data);
|
||||
|
||||
Reference in New Issue
Block a user