Parcourir la source

Fixes #951 - Starring branch updates repository view properly

main
Zeeshan il y a 4 ans
committed by Eric Amodio
Parent
révision
edc7bbc8dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts Voir le fichier

@ -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()

Chargement…
Annuler
Enregistrer