Merge branch 'master' into validation

This commit is contained in:
Quincy Morgan
2019-02-07 07:01:36 -05:00
19 changed files with 207 additions and 76 deletions
+1
View File
@@ -145,6 +145,7 @@ export function uiRawTagEditor(context) {
.append('button')
.attr('tabindex', -1)
.attr('class', 'form-field-button remove')
.attr('title', t('icons.remove'))
.call(svgIcon('#iD-operation-delete'));