close icon button

This commit is contained in:
Milos Brzakovic (E-Search)
2021-11-26 12:25:12 +01:00
parent fef933a2a4
commit 4db3e720c0
17 changed files with 21 additions and 1 deletions

View File

@@ -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);
})