mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
second half of aa413e368f
This commit is contained in:
@@ -231,7 +231,7 @@ iD.ui.PresetGrid = function(context, entity) {
|
||||
.attr('class','label')
|
||||
.text(name);
|
||||
|
||||
label.filter(function(d) { return !d.members; })
|
||||
entered.filter(function(d) { return !d.members; })
|
||||
.append('button')
|
||||
.attr('tabindex', -1)
|
||||
.attr('class', 'tag-reference-button minor')
|
||||
|
||||
Reference in New Issue
Block a user