mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
focus icon search input after showing up, closes #2979
This commit is contained in:
@@ -178,6 +178,8 @@ export default class NoteIconWidget extends NoteContextAwareWidget {
|
|||||||
.attr("title", icon.name)
|
.attr("title", icon.name)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.$iconSearch.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
getIconLabels() {
|
getIconLabels() {
|
||||||
|
|||||||
Reference in New Issue
Block a user