Переглянути джерело

Fixes #951 - Starring branch updates repository view properly

main
Zeeshan 4 роки тому
committed by Eric Amodio
джерело
коміт
edc7bbc8dc
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts Переглянути файл

@ -212,7 +212,7 @@ export class BranchNode extends ViewRefNode implements Pageabl
@log()
async star() {
await this.branch.star();
void this.parent!.triggerChange();
void this.view.refresh(true);
}
@log()

Завантаження…
Відмінити
Зберегти