mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
fix name input
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user