This commit is contained in:
Benjamin Pasero 2017-02-23 08:07:20 +01:00
parent 32210290d2
commit e4980f3609

View file

@ -215,6 +215,7 @@ export function registerCommands(): void {
const list = focused;
list.setFocus([0]);
list.reveal(0);
}
// Tree
@ -241,6 +242,7 @@ export function registerCommands(): void {
const list = focused;
list.setFocus([list.length - 1]);
list.reveal(list.length - 1);
}
// Tree