fix name input

This commit is contained in:
Ansis Brammanis
2013-03-10 00:21:42 -05:00
parent 5d069afd4a
commit a1a77d25cd
+1 -1
View File
@@ -71,7 +71,7 @@ iD.ui.TagEditor = function(context) {
.attr('type', 'text')
.property('value', entity.tags.name || '')
.on('blur', function() {
event.changeTags();
changeTags({ name: name.property('value') });
});
presetUI = iD.ui.preset(context)