focus icon search input after showing up, closes #2979

pull/255/head
zadam 2022-07-10 22:13:21 +07:00
parent 5cbcf6e6be
commit 1e5c18f6ff
1 changed files with 2 additions and 0 deletions

@ -178,6 +178,8 @@ export default class NoteIconWidget extends NoteContextAwareWidget {
.attr("title", icon.name) .attr("title", icon.name)
); );
} }
this.$iconSearch.focus();
} }
getIconLabels() { getIconLabels() {