mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Fix adding name to entities
This commit is contained in:
@@ -82,7 +82,7 @@ iD.ui.TagEditor = function(context) {
|
||||
.attr('placeholder', 'unknown')
|
||||
.attr('class', 'major')
|
||||
.attr('type', 'text')
|
||||
.property('value', entity.tags.name)
|
||||
.property('value', entity.tags.name || '')
|
||||
.on('blur', function() {
|
||||
event.changeTags();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user