mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
focus icon search input after showing up, closes #2979
This commit is contained in:
parent
5cbcf6e6be
commit
1e5c18f6ff
@ -178,6 +178,8 @@ export default class NoteIconWidget extends NoteContextAwareWidget {
|
||||
.attr("title", icon.name)
|
||||
);
|
||||
}
|
||||
|
||||
this.$iconSearch.focus();
|
||||
}
|
||||
|
||||
getIconLabels() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user