mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fix saving names
This commit is contained in:
@@ -140,7 +140,7 @@ iD.ui.TagEditor = function() {
|
||||
|
||||
tageditor.tags = function(newtags) {
|
||||
if (!arguments.length) {
|
||||
return _.extend(presetUI.tags(), tagList.tags());
|
||||
return _.extend(presetUI.tags(), tagList.tags(), { name: name.property('value') });
|
||||
} else {
|
||||
tags = newtags;
|
||||
if (presetUI && tagList) {
|
||||
|
||||
Reference in New Issue
Block a user