mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Down to 7 test failures
This commit is contained in:
@@ -53,9 +53,9 @@ export function RawTagEditor(context) {
|
||||
$newTag.enter()
|
||||
.append('button')
|
||||
.attr('class', 'add-tag')
|
||||
.call(Icon('#icon-plus', 'light'));
|
||||
|
||||
$newTag.on('click', addTag);
|
||||
.call(Icon('#icon-plus', 'light'))
|
||||
.merge($newTag)
|
||||
.on('click', addTag);
|
||||
|
||||
var $items = $list.selectAll('li')
|
||||
.data(entries, function(d) { return d.key; });
|
||||
|
||||
Reference in New Issue
Block a user