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
+1
View File
@@ -46,6 +46,7 @@ export function uiNoteEditor(context) {
headerEnter
.append('button')
.attr('class', 'close')
.attr('title', t('icons.close'))
.on('click', function() {
context.enter(modeBrowse(context));
})