mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
close icon button
This commit is contained in:
@@ -226,6 +226,7 @@ export function uiCommit(context) {
|
||||
headerTitle
|
||||
.append('button')
|
||||
.attr('class', 'close')
|
||||
.attr('title', t('icons.close'))
|
||||
.on('click', function() {
|
||||
dispatch.call('cancel', this);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user