fix(palette): select first item in command palette after query
This commit is contained in:
parent
da5e7873d5
commit
b4bc8276f8
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ fn start_query(self: *Self) tp.result {
|
|||
} else {
|
||||
_ = self.query_commands(self.inputbox.text.items) catch |e| return tp.exit_error(e);
|
||||
}
|
||||
self.menu.select_down();
|
||||
self.do_resize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue