focus icon search input after showing up, closes #2979

This commit is contained in:
zadam 2022-07-10 22:13:21 +02:00
parent 5cbcf6e6be
commit 1e5c18f6ff

View file

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